Browse Source

Merge branch 'master' of http://gitlab.rez/lhark/rc

merge-requests/1/merge
lhark 10 years ago
parent
commit
a65f88b62e
  1. 5
      vimrc

5
vimrc

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

Loading…
Cancel
Save