nvim: two space indent for nix files
This commit is contained in:
parent
462307e0a3
commit
298f026dff
1 changed files with 3 additions and 0 deletions
|
@ -366,4 +366,7 @@ set autochdir
|
||||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" / Coc settings
|
" / Coc settings
|
||||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
"===== nix ====="
|
||||||
|
autocmd FileType nix :set shiftwidth=2
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue