Add terraform highlighting, remove spelling from markdown

This commit is contained in:
Nicole Tietz-Sokolskaya 2017-10-31 10:56:29 -04:00
parent dfdae511a5
commit 0ca5214c34
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -31,3 +31,6 @@
[submodule "vim/.vim/bundle/vim-css-color"]
path = vim/.vim/bundle/vim-css-color
url = https://github.com/ap/vim-css-color
[submodule "vim/.vim/bundle/vim-terraform"]
path = vim/.vim/bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform.git

@ -0,0 +1 @@
Subproject commit 2d9343c7165acbb6225017a9da8baf63bbd27a26

View File

@ -35,7 +35,7 @@ SetupTabbing
autocmd FileType tex set wrap spell
autocmd FileType make set noexpandtab
autocmd FileType python SetupTabbing
autocmd FileType markdown set wrap spell
autocmd FileType markdown set wrap
let java_allow_cpp_keywords=1