Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 750 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 750 Bytes

cylc.vim

Simple standalone vim plugin for Cylc

Installation

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.

Usage

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