A combination of vcl-vim-plugin and vim-varnish. I preferred the syntax definitions of the former with the ability to fold from the latter.
- Add
Plug 'fgsch/vim-varnish'
to~/.vimrc
:PlugInstall
or$ vim +PlugInstall +qall
Setting g:vcl_fold
enables folding VCL via the syntax engine.
Any block, comment, or inline-C that extends over more than one
line can be folded using the standard Vim and Neovim fold-commands.
This option is off by default.