Mark gitmodules as ini

This commit is contained in:
ltdk 2022-05-03 17:49:10 -04:00
parent 5c6238ef11
commit e809b9bfcc

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
}