Browse Source

set syntastic to autojump to new errors

Useful in really long files that you've been working on large chunks of.
Weiyi Lou 13 năm trước cách đây
mục cha
commit
2c10472510
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""