Add explicit format settings for jsonnet
This commit is contained in:
parent
76f186c4ab
commit
05033c36e1
2 changed files with 2 additions and 0 deletions
1
jsonnet.vim
Normal file
1
jsonnet.vim
Normal file
|
@ -0,0 +1 @@
|
|||
let g:jsonnet_fmt_options="-n 2 -i"
|
1
vimrc
1
vimrc
|
@ -13,6 +13,7 @@ source airline.vim
|
|||
source syntastic.vim
|
||||
source unite.vim
|
||||
source mapping.vim
|
||||
source jsonnet.vim
|
||||
exec "cd " . oldwd
|
||||
|
||||
" turn on file type plugins
|
||||
|
|
Loading…
Reference in a new issue