mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-04 01:29:12 +01:00
5 lines
171 B
VimL
5 lines
171 B
VimL
|
augroup sshconfig_ft
|
||
|
au BufNewFile,BufRead *ssh/config setfiletype sshconfig
|
||
|
au BufNewFile,BufRead *ssh/config.d/*.config setfiletype sshconfig
|
||
|
augroup END
|