Simple standalone vim plugin for Cylc
It is recommended to install as a Vim package
(see :help packages
):
mkdir -p ~/.vim/pack/vendor/start
cd ~/.vim/pack/vendor/start
git clone https://github.com/vsherratt/cylc.vim.git
Otherwise, use your favourite plugin manager, such as pathogen.vim.
Cylc syntax is linked to standard vim highlighting groups, so should already be consistent with any colour scheme.
Syntax-based folding is enabled; if you want to open files with folds initially open, then add the following line to your vimrc:
set foldlevelstart=99