mirror of https://github.com/akelge/vim
Merge branch 'master' of https://github.com/akelge/vim
This commit is contained in:
commit
68e084fb78
|
@ -67,3 +67,6 @@
|
||||||
[submodule "pack/local/start/textformat.vim"]
|
[submodule "pack/local/start/textformat.vim"]
|
||||||
path = pack/local/start/textformat.vim
|
path = pack/local/start/textformat.vim
|
||||||
url = https://github.com/jozip/textformat.vim.git
|
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
4
vimrc
|
@ -31,7 +31,7 @@ set smartcase " But with style
|
||||||
set errorbells
|
set errorbells
|
||||||
" set visualbell
|
" set visualbell
|
||||||
set showcmd " Show (partial) command in status line.
|
set showcmd " Show (partial) command in status line.
|
||||||
set showmatch " Show matching brackets.
|
" set showmatch " Show matching brackets.
|
||||||
set incsearch " Incremental search
|
set incsearch " Incremental search
|
||||||
set autowrite " Automatically save before commands like :next and :make
|
set autowrite " Automatically save before commands like :next and :make
|
||||||
" set statusline=%<%f\ %H%m%r%=%-14.(%l,%c%)\ %P\ Buf.%n
|
" set statusline=%<%f\ %H%m%r%=%-14.(%l,%c%)\ %P\ Buf.%n
|
||||||
|
@ -43,6 +43,8 @@ set mouse=a
|
||||||
|
|
||||||
" set paste
|
" set paste
|
||||||
" set clipboard+=unnamed
|
" set clipboard+=unnamed
|
||||||
|
"
|
||||||
|
let g:loaded_matchparen=1
|
||||||
|
|
||||||
" We use , as leader
|
" We use , as leader
|
||||||
let g:mapleader = ","
|
let g:mapleader = ","
|
||||||
|
|
Loading…
Reference in New Issue