Explorar o código

set syntastic to autojump to new errors

Useful in really long files that you've been working on large chunks of.
Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
2c10472510
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""