This commit is contained in:
Maxime Coste 2022-05-09 20:07:47 +10:00
commit 3882b0e21b

View File

@ -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
}