Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.01 KB

The beginnings of a cflint syntastic script.

Install

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.

Disable

In .vimrc, add let g:syntastic_cf_checkers=[]

Other

Added support for use with cf-utils