This commit is contained in:
lhark 2016-02-09 08:54:05 +01:00
commit a65f88b62e

5
vimrc
View file

@ -74,7 +74,8 @@ if has("unix") || has("mac")
else else
Plugin 'AutoComplPop' Plugin 'AutoComplPop'
endif endif
Plugin 'bling/vim-airline' Plugin 'vim-airline/vim-airline-themes'
Plugin 'vim-airline/vim-airline'
Plugin 'godlygeek/tabular' Plugin 'godlygeek/tabular'
Plugin 'kien/ctrlp.vim' Plugin 'kien/ctrlp.vim'
Plugin 'Lokaltog/vim-easymotion' Plugin 'Lokaltog/vim-easymotion'
@ -254,7 +255,7 @@ set matchpairs=":"
set matchpairs+=(:) set matchpairs+=(:)
set matchpairs+={:} set matchpairs+={:}
set matchpairs+=[:] set matchpairs+=[:]
set matchpairs+=<:> "set matchpairs+=<:> : too annoying
"[Turn backup off and value of history]" "[Turn backup off and value of history]"
set nobackup set nobackup
set noswapfile set noswapfile