Vim plugin providing support for the Cylc language.
Cylc Website | Contributing | Forum |
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/cylc/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
Contributions welcome, read the contributing page and add yourself to the contributors list with your first pull request.
Copyright (C) 2008-2023 NIWA & British Crown (Met Office) & Contributors.