Use indent 2 for nix files

This commit is contained in:
Natsu Kagami 2021-10-26 16:02:26 -04:00
parent f3af43fc9a
commit d9bf49b218

View file

@ -66,7 +66,7 @@ map global normal D ": delete-one<ret>"
hook global InsertChar \t %{ exec -draft -itersel h@ }
set global tabstop 4
set global indentwidth 4
hook global WinSetOption filetype=(c|cpp|haskell) %{
hook global WinSetOption filetype=(c|cpp|haskell|nix) %{
set global tabstop 2
set global indentwidth 2
}