speshak / vim-cfn

cfn-lint Checker for vim Syntastic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-cfn

Description

This is a vim plugin that provides CloudFormation syntax checking/highlighting. This requires the Syntastic plugin and cfn-lint.

Install

Install with vundle

Add to your ~/.vimrc:

Plugin 'speshak/vim-cfn'

Then run

vim +PluginInstall +qall

Configure

Add the following to ~/.vim/after/plugin/syntastic.vim:

let g:syntastic_cloudformation_checkers = ['cfn_lint']

About

cfn-lint Checker for vim Syntastic

License:MIT License


Languages

Language:Vim Script 100.0%