editors/neovim: enable gitsigns
This commit is contained in:
parent
276bc305cf
commit
906ee6c1ed
1 changed files with 4 additions and 1 deletions
|
@ -167,7 +167,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
git.enable = true;
|
git = {
|
||||||
|
enable = true;
|
||||||
|
gitsigns.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
utility = {
|
utility = {
|
||||||
vim-wakatime.enable = true;
|
vim-wakatime.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue