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