Install vim-sleuth
This commit is contained in:
parent
4fb55a69b7
commit
ce920f42e5
1 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,10 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
projects.project-nvim.enable = true;
|
||||
comments.comment-nvim.enable = true;
|
||||
|
||||
extraPlugins.vim-sleuth = {
|
||||
package = pkgs.vimPlugins.vim-sleuth;
|
||||
};
|
||||
|
||||
lsp = {
|
||||
formatOnSave = true;
|
||||
lightbulb.enable = true;
|
||||
|
@ -61,7 +65,6 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
cinnamon-nvim.enable = true;
|
||||
fidget-nvim.enable = true;
|
||||
highlight-undo.enable = true;
|
||||
indent-blankline.enable = true;
|
||||
cellular-automaton.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue