Add plugin sindrets/diffview.nvim

This commit is contained in:
PeteChu 2023-04-10 12:42:04 +07:00
parent 082aedd752
commit 3255324e89
1 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,7 @@ require('lazy').setup({
-- Git related plugins -- Git related plugins
'tpope/vim-fugitive', 'tpope/vim-fugitive',
'tpope/vim-rhubarb', 'tpope/vim-rhubarb',
'sindrets/diffview.nvim',
-- Detect tabstop and shiftwidth automatically -- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth', 'tpope/vim-sleuth',
@ -98,7 +99,8 @@ require('lazy').setup({
{ {
-- Autocompletion -- Autocompletion
'hrsh7th/nvim-cmp', '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. -- Useful plugin to show you pending keybinds.