Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 565 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 565 Bytes

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']