The beginnings of a cflint syntastic script.
cflint-syntastic follows the standard runtime path structure. Using a common and well known plugin manager to install cflint-syntastic is recommended. For Pathogen just clone the repo, for other plugin managers add the appropriate lines and execute the plugin's install command.
- Pathogen
git clone https://github.com/cflint/cflint-syntastic.git ~/.vim/bundle/cflint-syntastic
- vim-plug
Plug 'cflint/cflint-syntastic'
- NeoBundle
NeoBundle 'cflint/cflint-syntastic'
- Vundle
Plugin 'cflint/cflint-syntastic'
Please make sure cflint
is installed
and in the PATH.
In .vimrc, add let g:syntastic_cf_checkers=[]
Added support for use with cf-utils