vim: enable filetype detection for zsh custom functions
This commit is contained in:
parent
410ac2d1b2
commit
13b6ede7b1
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue