From 3a1cd689b722045b1ea6f9d46ab63560eeefa14f Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 8 Apr 2013 17:20:29 -0500 Subject: Fix broken path, also, add ctags yo. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 5ce3d57..9ac964a 100755 --- a/vimrc +++ b/vimrc @@ -146,6 +146,7 @@ endif " Mapping for TagBar nmap :TagbarToggle +let g:tagbar_ctags_bin="/usr/local/bin/ctags" " Color Column set colorcolumn=81 @@ -161,3 +162,7 @@ set foldlevel=1 " powerline stuff let g:Powerline_symbols = 'fancy' + +" Fix CtrlP root folder and add some ignores +let g:ctrlp_working_path_mode = 0 +let g:ctrlp_custom_ignore = '\v[\/](\.(git|hg|svn)|node_modules)$' -- cgit