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 | 3a1cd689b722045b1ea6f9d46ab63560eeefa14f (patch) | |
| tree | 77c33b27e244fe74a14c3073df7676efa5084e4c /vimrc | |
| parent | b46ed73370973709f8a15340ad9496bf60f2c878 (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)$' |