Commit 5fe2c87

mo khan <mo@mokhan.ca>
2021-02-12 00:54:50
disable syntastic
1 parent d98158f
Changed files (1)
vimrc
@@ -264,9 +264,9 @@ iabbrev @@ mo@mokhan.ca
 
 let g:airline#extensions#tabline#enabled = 1
 let g:airline#extensions#tabline#formatter = 'unique_tail'
-let g:syntastic_always_populate_loc_list = 1
-let g:syntastic_auto_loc_list = 1
-let g:syntastic_check_on_open = 1
+let g:syntastic_always_populate_loc_list = 0
+let g:syntastic_auto_loc_list = 0
+let g:syntastic_check_on_open = 0
 let g:syntastic_check_on_wq = 0
 
 " }}}}