diff options
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,7 @@ Plugin 'Valloric/MatchTagAlways' Plugin 'Valloric/YouCompleteMe' Plugin 'scrooloose/nerdcommenter' Plugin 'scrooloose/nerdtree' -Plugin 'kien/ctrlp.vim' +Plugin 'ctrlpvim/ctrlp.vim' Plugin 'editorconfig/editorconfig-vim' Plugin 'godlygeek/tabular' Plugin 'SirVer/ultisnips' @@ -92,6 +92,7 @@ set noeb vb t_vb= " set nocursorline " don't highlight current line set splitbelow " position the preview window below current windows set mouse=a "enable mouse movements, default set mouse= +set tags=.tags " set vim startup faster if !empty(&viminfo) |
