This commit is contained in:
root 2020-04-03 11:24:17 +02:00
commit 68e084fb78
3 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 89c47c6c68f6260ba34ee0733437d863046fbe95

4
vimrc
View File

@ -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 = ","