X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/dad273561595c4c88d73bd2e3fb8acadbf17090c..3f77b12ec88ba42644d7e498434cba8ef9c9fe31:/vimrc diff --git a/vimrc b/vimrc index d88bac3..b0c9df9 100755 --- a/vimrc +++ b/vimrc @@ -80,6 +80,7 @@ set backspace=indent,eol,start " load the plugin and indent settings for the detected filetype filetype plugin indent on +filetype plugin on " Opens an edit command with the path of the currently edited file filled in " Normal mode: e @@ -160,3 +161,6 @@ set foldlevel=1 " powerline stuff let g:Powerline_symbols = 'fancy' + +" node cleaning +let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git'