From 64dd08a666e9e43bb4fceca17cf8f5b3d9a21fd2 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 22 Jan 2012 00:05:29 -0500 Subject: Add syntastic --- .gitmodules | 3 +++ .vimrc | 5 +++++ bundle/syntastic | 1 + 3 files changed, 9 insertions(+) create mode 160000 bundle/syntastic diff --git a/.gitmodules b/.gitmodules index 19356752..45d1b35d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "bundle/vim-powerline"] path = bundle/vim-powerline url = https://github.com/Lokaltog/vim-powerline.git +[submodule "bundle/syntastic"] + path = bundle/syntastic + url = https://github.com/scrooloose/syntastic.git diff --git a/.vimrc b/.vimrc index cda825a0..b023e02f 100644 --- a/.vimrc +++ b/.vimrc @@ -75,6 +75,11 @@ runtime macros/matchit.vim autocmd InsertEnter * setlocal nolist autocmd InsertLeave * setlocal list +" Syntastic options +let g:syntastic_check_on_open=1 +let g:syntastic_enable_signs=0 +let g:syntastic_auto_loc_list=1 + " Custom maps let g:buffergator_suppress_keymaps=1 diff --git a/bundle/syntastic b/bundle/syntastic new file mode 160000 index 00000000..fe5b8989 --- /dev/null +++ b/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit fe5b8989afa1859751acc34d9c0c6f8ccef44f6a -- cgit 1.4.1