1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

undotree: init plugin

This commit is contained in:
Pedro Alves 2021-02-10 15:09:31 +00:00
parent f97e2f6ffc
commit 2ca3c09635
3 changed files with 136 additions and 0 deletions

View file

@ -49,6 +49,7 @@
powerline = true;
};
plugins.undotree.enable = true;
plugins.gitgutter.enable = true;
plugins.lsp = {