mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-06 05:17:57 +00:00
6 lines
162 B
VimL
6 lines
162 B
VimL
" Vim filetype detection file for Conky config files
|
|
"
|
|
|
|
au BufNewFile,BufRead *conkyrc set filetype=conkyrc
|
|
au BufNewFile,BufRead conky.conf set filetype=conkyrc
|