summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-22 00:05:29 -0500
committerJune McEnroe <programble@gmail.com>2012-01-22 00:05:29 -0500
commit64dd08a666e9e43bb4fceca17cf8f5b3d9a21fd2 (patch)
tree5a595c5837a259b04901366b5ce73ed0ebca8c77
parentAdd Powerline (diff)
downloadsrc-64dd08a666e9e43bb4fceca17cf8f5b3d9a21fd2.tar.gz
src-64dd08a666e9e43bb4fceca17cf8f5b3d9a21fd2.zip
Add syntastic
-rw-r--r--.gitmodules3
-rw-r--r--.vimrc5
m---------bundle/syntastic0
3 files changed, 8 insertions, 0 deletions
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
+Subproject fe5b8989afa1859751acc34d9c0c6f8ccef44f6
ver-highlight'> 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe Ridiculous. 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe