From 3255324e894e419fe83d664727d257589e3293b7 Mon Sep 17 00:00:00 2001 From: PeteChu Date: Mon, 10 Apr 2023 12:42:04 +0700 Subject: [PATCH] Add plugin sindrets/diffview.nvim --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fc665aa2..f470ead2 100644 --- a/init.lua +++ b/init.lua @@ -72,6 +72,7 @@ require('lazy').setup({ -- Git related plugins 'tpope/vim-fugitive', 'tpope/vim-rhubarb', + 'sindrets/diffview.nvim', -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', @@ -98,7 +99,8 @@ require('lazy').setup({ { -- Autocompletion 'hrsh7th/nvim-cmp', - dependencies = { 'hrsh7th/cmp-nvim-lsp', 'L3MON4D3/LuaSnip', 'saadparwaiz1/cmp_luasnip', 'hrsh7th/cmp-buffer', 'hrsh7th/cmp-path' }, + dependencies = { 'hrsh7th/cmp-nvim-lsp', 'L3MON4D3/LuaSnip', 'saadparwaiz1/cmp_luasnip', 'hrsh7th/cmp-buffer', + 'hrsh7th/cmp-path' }, }, -- Useful plugin to show you pending keybinds.