From d9bf49b218a15bfdce29af12b3eec05c07ba807a Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 26 Oct 2021 16:02:26 -0400 Subject: [PATCH] Use indent 2 for nix files --- kakoune/kakrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kakoune/kakrc b/kakoune/kakrc index 70e4ac7..c55d54c 100644 --- a/kakoune/kakrc +++ b/kakoune/kakrc @@ -66,7 +66,7 @@ map global normal D ": delete-one" 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 }