audoindent nix files

This commit is contained in:
xfnw 2022-04-15 14:09:41 -04:00
parent 9d142211f0
commit fa5777c67a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ set textwidth=60
set formatoptions-=t
" 2 space tabbing for nix files
autocmd Filetype nix setlocal ts=2 sw=2 expandtab
autocmd Filetype nix setlocal ts=2 sw=2 expandtab autoindent
" jump to last position after opening
if has("autocmd")