diff vim/vimrc @ 153:967328f9896b

More ignored directories, syntastic config update.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 16 Dec 2013 14:43:14 -0800
parents 8e555c4986cd
children 254c4f068808
line wrap: on
line diff
--- a/vim/vimrc	Mon Dec 16 14:42:39 2013 -0800
+++ b/vim/vimrc	Mon Dec 16 14:43:14 2013 -0800
@@ -221,14 +221,14 @@
 
 " Ctrl-P should however ignore some stuff.
 let g:ctrlp_custom_ignore = {
-  \ 'dir':  '\v[\/](\.git|\.hg|\.svn|venv|build)$'
+  \ 'dir':  '\v[\/](\.git|\.hg|\.svn|venv|build|node_modules)$'
   \ }
 
 " Make Ctrl-P cache stuff in our temp directory.
 let g:ctrlp_cache_dir = s:vim_home.'/cache'
 
 " Use `pyflakes` with `syntastic`.
-let g:syntastic_python_checker = 'pyflakes'
+let g:syntastic_python_checkers = ['pyflakes', 'pylint']
 
 " Custom Mercurial commands highlighting in Lawrencium.
 let g:lawrencium_hg_commands_file_types = {