/usr/share/vim/addons/ftdetect/conkyrc.vim is in conky-all 1.10.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | " Vim filetype detection file for Conky config files
"
au BufNewFile,BufRead *conkyrc set filetype=conkyrc
au BufNewFile,BufRead conky.conf set filetype=conkyrc
|