Skip to content

cflint/cflint-syntastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages