nvim: two space indent for nix files

This commit is contained in:
mehbark 2023-08-20 17:24:21 -04:00
parent 462307e0a3
commit 298f026dff

View file

@ -366,4 +366,7 @@ set autochdir
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" / Coc settings
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"===== nix ====="
autocmd FileType nix :set shiftwidth=2
''