Remove signify, properly configure gitsigns

This commit is contained in:
Haak Saxberg 2023-01-28 22:33:27 -08:00
parent 2352881477
commit c782fff1fc

View file

@ -60,7 +60,6 @@ with builtins;
let g:rainbow_active = 1 let g:rainbow_active = 1
''; '';
} }
vim-signify
{ {
plugin = vim-indent-guides; plugin = vim-indent-guides;
config = '' config = ''
@ -70,8 +69,15 @@ with builtins;
} }
vim-surround vim-surround
neogit neogit
gitsigns-nvim
vinegar vinegar
{
plugin = gitsigns-nvim;
config = ''
lua << EOF
require('gitsigns').setup()
EOF
'';
}
undotree undotree
vim-goyo vim-goyo
{ {