Add terraform highlighting, remove spelling from markdown
This commit is contained in:
parent
dfdae511a5
commit
0ca5214c34
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
vim/.vim/bundle/vim-terraform
Submodule
1
vim/.vim/bundle/vim-terraform
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2d9343c7165acbb6225017a9da8baf63bbd27a26
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue