|
@@ -80,7 +80,7 @@ Plugin 'gmarik/Vundle.vim'
|
|
|
Plugin 'vim-scripts/indentpython.vim'
|
|
|
Plugin 'hashivim/vim-terraform'
|
|
|
Plugin 'vim-syntastic/syntastic'
|
|
|
-Plugin 'juliosueiras/vim-terraform-completion'
|
|
|
+"Plugin 'juliosueiras/vim-terraform-completion'
|
|
|
Plugin 'saltstack/salt-vim'
|
|
|
|
|
|
" All of your Plugins must be added before the following line
|
|
@@ -125,6 +125,12 @@ au BufNewFile,BufRead *.js, *.html, *.css
|
|
|
au BufNewFile,BufRead *.sls
|
|
|
\ set filetype=sls
|
|
|
|
|
|
+"au BufNewFile,BufRead *.hcl, *.tf
|
|
|
+" \ set filetype=terraform
|
|
|
+
|
|
|
+"au BufNewFile,BufRead *.md, *.MD
|
|
|
+" \ set filetype=markdown
|
|
|
+
|
|
|
" Flag bad whitespace
|
|
|
" I hate this because it highlights while i'm writing
|
|
|
"highlight BadWhitespace ctermfg=16 ctermbg=253 guifg=#000000 guibg=#F8F8F0
|
|
@@ -135,3 +141,5 @@ let g:terraform_align=1
|
|
|
let g:terraform_fmt_on_save=0
|
|
|
let g:syntastic_python_python_exec = 'python3'
|
|
|
let g:syntastic_python_checkers = ['python']
|
|
|
+
|
|
|
+au BufRead * normal zR
|