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 | |
| parent | b46ed73370973709f8a15340ad9496bf60f2c878 (diff) | |
Fix broken path, also, add ctags yo.
| -rw-r--r-- | vim/.backup/.htaccess.swp | bin | 12288 -> 0 bytes | |||
| -rwxr-xr-x | vimrc | 5 | ||||
| -rw-r--r-- | zshrc | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/vim/.backup/.htaccess.swp b/vim/.backup/.htaccess.swp Binary files differdeleted file mode 100644 index 5c0572a..0000000 --- a/vim/.backup/.htaccess.swp +++ /dev/null @@ -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)$' @@ -65,4 +65,3 @@ bindkey '^R' history-incremental-pattern-search-backward # # Customize to your needs... -export PATH=/usr/local/share/npm/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/benbeltran/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin |