Split plugins into files by category
This commit is contained in:
9
.config/nvim/lua/plugins/cvs.lua
Normal file
9
.config/nvim/lua/plugins/cvs.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{ 'airblade/vim-gitgutter' },
|
||||
{ 'tpope/vim-fugitive' },
|
||||
{
|
||||
'sindrets/diffview.nvim',
|
||||
dependencies = {'nvim-lua/plenary.nvim'},
|
||||
opts = {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user