X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/e7d660189850fe76f512a5772e729005b40e6296..577b791c99b07471ec27e1f9c09e756a6f1da0cd:/vimrc diff --git a/vimrc b/vimrc index 5ce3d57..bf76925 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 @@ -160,4 +161,8 @@ set nofoldenable set foldlevel=1 " powerline stuff -let g:Powerline_symbols = 'fancy' +set rtp+=/Users/benbeltran/Library/Python/2.7/lib/python/site-packages/powerline/bindings/vim + +" 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|DS_Store)$'