summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-27 20:57:50 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-27 20:57:51 +0200
commitcd1a20d2dd5059285f18d0c79779745af412c055 (patch)
tree33737b026253392c5e17393592124ee27c36453a
parent9907fbd8125c06ea659009403e9f79a1ee9470d0 (diff)
downloaddotfiles-cd1a20d2dd5059285f18d0c79779745af412c055.tar.gz
dotfiles-cd1a20d2dd5059285f18d0c79779745af412c055.tar.bz2
dotfiles-cd1a20d2dd5059285f18d0c79779745af412c055.zip
[vim] syntastic config
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 58aa4d1..782a2cb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -137,6 +137,9 @@ let g:ycm_semantic_triggers = {'haskell' : ['re!\w\.']}
let g:ycm_autoclose_preview_window_after_completion = 1
let g:ycm_autoclose_preview_window_after_insertion = 1
+" Syntastic
+let g:syntastic_check_on_wq = 0
+
" =======================================================
" FINAL
" =======================================================