Skip to content

Commit f8edba5

Browse files
committed
Allow vim-terraform to override indentation syntax
1 parent 26c0ff5 commit f8edba5

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

vimrc.local

+4-25
Original file line numberDiff line numberDiff line change
@@ -140,32 +140,11 @@ let g:syntastic_check_on_wq = 0
140140

141141
" }}}
142142

143-
144-
" {{ Other plugins installed not needing configuration
145-
"
146-
" https://github.com/godlygeek/csapprox
147-
" https://github.com/tpope/vim-fugitive.git
148-
" https://github.com/rstacruz/sparkup.git
143+
" {{{ Terraform
144+
" https://github.com/hashivim/vim-terraform
149145
"
150-
" https://github.com/docteurklein/vim-symfony.git
151-
" https://github.com/Rican7/php-doc-modded.git
152-
" https://github.com/alvan/vim-php-manual.git
153-
" https://github.com/stephpy/vim-php-cs-fixer.git
154-
" https://github.com/vim-scripts/JavaScript-Indent.git
155-
" https://github.com/mxw/vim-jsx.git
156-
" https://github.com/bronson/vim-trailing-whitespace
157-
" https://github.com/lumiliet/vim-twig.git
158-
" https://github.com/ap/vim-css-color
159-
" https://github.com/stephpy/vim-yaml
160-
" https://github.com/pangloss/vim-javascript.git
161-
" https://github.com/JulesWang/css.vim.git
162-
" https://github.com/othree/html5.vim.git
163-
" https://github.com/elzr/vim-json.git
164-
" https://github.com/tpope/vim-markdown.git
165-
" https://github.com/moskytw/nginx-contrib-vim.git
166-
" https://github.com/StanAngeloff/php.vim.git
167-
" https://github.com/mitsuhiko/vim-python-combined.git
168-
" https://github.com/vim-scripts/XSLT-syntax.git
146+
147+
let g:terraform_align=1
169148

170149
" }}}
171150

0 commit comments

Comments
 (0)