Add guess-indent nvim plugin
This commit is contained in:
parent
6d877aba1b
commit
bf594827b0
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@
|
|||
set listchars=space:·,tab:┄┄»
|
||||
set indentkeys-=0#
|
||||
'';
|
||||
packages.myVimPackage = with pkgs.vimPlugins; {
|
||||
start = [
|
||||
guess-indent-nvim
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue