From 0ca5214c344762091689bd3cb9f416de4797cbb9 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 31 Oct 2017 10:56:29 -0400 Subject: [PATCH] Add terraform highlighting, remove spelling from markdown --- .gitmodules | 3 +++ vim/.vim/bundle/vim-terraform | 1 + vim/.vim/vimrc | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 vim/.vim/bundle/vim-terraform diff --git a/.gitmodules b/.gitmodules index 44eb210..89809d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vim/.vim/bundle/vim-terraform b/vim/.vim/bundle/vim-terraform new file mode 160000 index 0000000..2d9343c --- /dev/null +++ b/vim/.vim/bundle/vim-terraform @@ -0,0 +1 @@ +Subproject commit 2d9343c7165acbb6225017a9da8baf63bbd27a26 diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 0dff432..3a67f8e 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -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