diff options
| author | Ahmed Abdelhalim <[email protected]> | 2016-03-23 11:39:02 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2016-03-23 11:39:02 +0100 |
| commit | 69d6ec83dc85a9e4b56d50f011072e6b91622be5 (patch) | |
| tree | 9b1c5e71dca1ba65ed5fbb69b30cdc7f59a84664 /.vimrc | |
| parent | 048a2952fca1f239d4a1c867488c2404149404e7 (diff) | |
CHORE: update ctrlp and allow tags to use .tags files
Diffstat (limited to '.vimrc')
| -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) |
