" 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: <Leader>e
" powerline stuff
let g:Powerline_symbols = 'fancy'
+
+" node cleaning
+let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git'