summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2016-03-23 11:39:02 +0100
committerAhmed Abdelhalim <[email protected]>2016-03-23 11:39:02 +0100
commit69d6ec83dc85a9e4b56d50f011072e6b91622be5 (patch)
tree9b1c5e71dca1ba65ed5fbb69b30cdc7f59a84664
parent048a2952fca1f239d4a1c867488c2404149404e7 (diff)
CHORE: update ctrlp and allow tags to use .tags files
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 73f87f9..b416265 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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)