neovim: fix auto-indent for nix files

This commit is contained in:
2023-06-26 00:22:13 +00:00
parent cb7f84e2b7
commit ee5a2ff986

View File

@@ -55,6 +55,11 @@ let
let g:tex_conceal_frac=1
'';
}
{
# source: <https://github.com/LnL7/vim-nix>
# fixes auto-indent (incl tab size) when editing .nix files
plugin = vim-nix;
}
{
# docs: surround-nvim: https://github.com/ur4ltz/surround.nvim/
# docs: vim-surround: https://github.com/tpope/vim-surround