neovim: fix auto-indent for nix files
This commit is contained in:
@@ -55,6 +55,11 @@ let
|
|||||||
let g:tex_conceal_frac=1
|
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: surround-nvim: https://github.com/ur4ltz/surround.nvim/
|
||||||
# docs: vim-surround: https://github.com/tpope/vim-surround
|
# docs: vim-surround: https://github.com/tpope/vim-surround
|
||||||
|
Reference in New Issue
Block a user