added syntax highlighting to individual ssh configs inside the .ssh directory

This commit is contained in:
Stefan Friese 2024-01-19 14:34:31 +01:00
parent 3ed076345f
commit a817ed36a4
1 changed files with 1 additions and 0 deletions

View File

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