Add plugin sindrets/diffview.nvim
This commit is contained in:
parent
082aedd752
commit
3255324e89
4
init.lua
4
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.
|
||||
|
|
Loading…
Reference in New Issue