diff --git a/rc/filetype/git.kak b/rc/filetype/git.kak index 52304582..5723e576 100644 --- a/rc/filetype/git.kak +++ b/rc/filetype/git.kak @@ -6,7 +6,7 @@ hook global BufCreate .*/NOTES_EDITMSG %{ set-option buffer filetype git-notes } -hook global BufCreate .*(\.gitconfig|git/config) %{ +hook global BufCreate .*(\.git(config|modules)|git/config) %{ set-option buffer filetype ini }