Skip to content

e-gineer/vim-steampipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview: vim-steampipe

This plugin sets up *.sp and *.spc to be highlighted as HCL.


Installation

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'

Usage

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

Running tests

To run the test suite and verify functionality

make

Credits

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.

About

Steampipe syntax highlighting for vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published