Add guess-indent nvim plugin

This commit is contained in:
Wroclaw 2023-12-12 12:38:55 +01:00
parent 6d877aba1b
commit bf594827b0

View file

@ -99,6 +99,11 @@
set listchars=space:·,tab:»
set indentkeys-=0#
'';
packages.myVimPackage = with pkgs.vimPlugins; {
start = [
guess-indent-nvim
];
};
};
};