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
'';
}
vim-signify
{
plugin = vim-indent-guides;
config = ''
@ -70,8 +69,15 @@ with builtins;
}
vim-surround
neogit
gitsigns-nvim
vinegar
{
plugin = gitsigns-nvim;
config = ''
lua << EOF
require('gitsigns').setup()
EOF
'';
}
undotree
vim-goyo
{