This plugin sets up *.sp
and *.spc
to be highlighted as HCL.
With Vim 8 packages:
git clone https://github.com/e-gineer/vim-steampipe.git ~/.vim/pack/plugins/start/vim-steampipe
With Pathogen:
git clone https://github.com/e-gineer/vim-steampipe.git ~/.vim/bundle/vim-steampipe
With Vundle, add the following to ~/.vimrc
:
Plugin 'e-gineer/vim-steampipe'
Allow vim-steampipe to align settings automatically with Tabularize.
let g:steampipe_align=1
Allow vim-steampipe to automatically fold (hide until unfolded) sections of steampipe code. Defaults to 0 which is off.
let g:steampipe_fold_sections=1
To run the test suite and verify functionality
make
This project is derived from https://github.com/hashivim/vim-terraform. It builds on the shoulders of all contributors to that project and it's lineage.