Remove signify, properly configure gitsigns
This commit is contained in:
parent
2352881477
commit
c782fff1fc
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue