From c16ceb0b6c6e76a3f3c6923ec1ad6799a606f954 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 5 Nov 2012 10:39:56 -0800 Subject: [PATCH] Add settings for nerdtree and jshint --- vimrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index c7178e1..90f67f8 100644 --- a/vimrc +++ b/vimrc @@ -46,12 +46,15 @@ map ggVGg? " apply rot13 for people snooping over shoulder, good fun " snipMate Settings let g:snips_author = "Buddy Sandidge " +" Nerdtree settings +let NERDTreeDirArrows=1 + " Prep some variables for use with syntastic syntax checker let g:syntastic_phpcs_disable=1 let g:syntastic_auto_loc_list=0 let g:syntastic_stl_format = '[%E{Err: %fe #%e}%B{, }%W{Warn: %fw #%w}]' -let g:syntastic_javascript_checker = "jslint" -let g:syntastic_jslint_conf = "" +let g:syntastic_javascript_checker = "jshint" +let g:syntastic_jslint_conf = "~/.jshintrc" " Close all open buffers on entering a window if the only " buffer that's left is the NERDTree buffer @@ -77,8 +80,7 @@ map tl :tablast map