diff options
| author | Ben Beltran <ben@nsovocal.com> | 2013-03-28 14:53:32 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2013-03-28 14:53:32 -0600 |
| commit | 2237ebab8a00abaee785c9fb7b80c3b6758c26e5 (patch) | |
| tree | 747994557500e51d65f4e861c5d857e5abbaa839 /vimrc | |
| parent | c6a3130e589c530b7f57cdf513a1e122fac16797 (diff) | |
Local vim/zsh changes
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,3 +160,6 @@ set foldlevel=1 " powerline stuff let g:Powerline_symbols = 'fancy' + +" node cleaning +let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git' |