From 69d6ec83dc85a9e4b56d50f011072e6b91622be5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 23 Mar 2016 11:39:02 +0100 Subject: CHORE: update ctrlp and allow tags to use .tags files --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vimrc') 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) -- cgit v1.2.3