Enable automatic deployment for nki-personal-do (#3)

This commit is contained in:
Natsu Kagami 2021-11-03 18:42:02 -04:00 committed by Natsu Kagami
parent 2e2fb79004
commit d162925be3
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 69 additions and 3 deletions

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|nix) %{
hook global WinSetOption filetype=(c|cpp|haskell|nix|yaml) %{
set global tabstop 2
set global indentwidth 2
}