From 7b67cd7e19f5781a6e89c50d447e5e9310ca181a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Mar 2020 12:35:48 +0100 Subject: [PATCH 1/2] No automatch brackets --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index bfa8279..7b89d5f 100644 --- a/vimrc +++ b/vimrc @@ -31,7 +31,7 @@ set smartcase " But with style set errorbells " set visualbell set showcmd " Show (partial) command in status line. -set showmatch " Show matching brackets. +" set showmatch " Show matching brackets. set incsearch " Incremental search set autowrite " Automatically save before commands like :next and :make " set statusline=%<%f\ %H%m%r%=%-14.(%l,%c%)\ %P\ Buf.%n @@ -43,6 +43,8 @@ set mouse=a " set paste " set clipboard+=unnamed +" +let g:loaded_matchparen=1 " We use , as leader let g:mapleader = "," From 3b5f5e276dedaa713176543afcf0d1517dd354d2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Mar 2020 12:39:04 +0100 Subject: [PATCH 2/2] Terraform --- .gitmodules | 3 +++ pack/local/start/vim-terraform | 1 + 2 files changed, 4 insertions(+) create mode 160000 pack/local/start/vim-terraform diff --git a/.gitmodules b/.gitmodules index 95de570..8c62511 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "pack/local/start/textformat.vim"] path = pack/local/start/textformat.vim url = https://github.com/jozip/textformat.vim.git +[submodule "pack/local/start/vim-terraform"] + path = pack/local/start/vim-terraform + url = https://github.com/hashivim/vim-terraform.git diff --git a/pack/local/start/vim-terraform b/pack/local/start/vim-terraform new file mode 160000 index 0000000..89c47c6 --- /dev/null +++ b/pack/local/start/vim-terraform @@ -0,0 +1 @@ +Subproject commit 89c47c6c68f6260ba34ee0733437d863046fbe95