vim: enable filetype detection for zsh custom functions

This commit is contained in:
Fernando Schauenburg 2023-10-07 17:02:42 +02:00
parent 410ac2d1b2
commit 13b6ede7b1

View file

@ -74,6 +74,7 @@ M.setup = function()
['${HOME}/.ssh/config.d/.*'] = 'sshconfig', ['${HOME}/.ssh/config.d/.*'] = 'sshconfig',
['.*/ssh/config'] = 'sshconfig', ['.*/ssh/config'] = 'sshconfig',
['.*/git/config'] = 'gitconfig', ['.*/git/config'] = 'gitconfig',
['.*config/zsh/.*'] = 'zsh',
} }
} }