diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-08 17:20:29 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-08 17:20:29 -0500 |
| commit | eb45b5761906bdf075e182fff6effdca0d30c134 (patch) | |
| tree | bae5653e5b644af81adb0a465b36095b79ab31a9 /vimrc | |
| parent | 6c396295dcca469828e84ce3ff450f207a12736d (diff) | |
Fix broken path, also, add ctags yo.
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -146,6 +146,7 @@ endif " Mapping for TagBar nmap <F8> :TagbarToggle<CR> +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)$' |