Преглед изворни кода

set syntastic to autojump to new errors

Useful in really long files that you've been working on large chunks of.
Weiyi Lou пре 13 година
родитељ
комит
2c10472510
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      vim/vimrc

+ 4 - 0
vim/vimrc

@@ -289,6 +289,10 @@ let g:indent_guides_enable_on_vim_startup = 1
 let g:indent_guides_auto_colors = 0
 
 
+""""""""" Syntastic
+let g:syntastic_auto_jump = 1
+
+
 """"""""
 "" Functions
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""