vim-chef icon indicating copy to clipboard operation
vim-chef copied to clipboard

Specify checker in vim/syntastic for Chef recipes

Open Cbhihe opened this issue 6 years ago • 0 comments

Hello: I am trying to configure vim/syntastic with a checker for Chef recipes. For that I installed the lugin 'dougireton/vim-chef' inside my ~/.vim/bundle/ folder. The plugin is correctly recognized by vundle.

How should I specify the checker under vim/syntastic ? In ~/.vimrc, I did: let g:syntastic_[filetype]_checkers = ['foodcritic'] (1) where it's not clear to me what filetype I should use.

vim-chef seems to specify ruby.chef as filetype but syntastic does not recognize the dot in (1). Cheers.

Cbhihe avatar Oct 17 '18 12:10 Cbhihe