added syntax highlighting to individual ssh configs inside the .ssh directory
This commit is contained in:
parent
3ed076345f
commit
a817ed36a4
|
@ -1,2 +1,3 @@
|
|||
au BufNewFile,BufRead known_hosts setfiletype knownhosts
|
||||
au BufNewFile,BufRead ssh_config,*/.ssh/conf.d/*,*/.ssh/config.d/* setfiletype sshconfig
|
||||
au BufNewFile,BufRead *.conf setfiletype conf
|
||||
|
|
Loading…
Reference in New Issue