mirror of
1
0
Fork 0
This commit is contained in:
Amir Salihefendic 2019-11-16 20:49:59 +01:00
parent b58d3ab136
commit 3b7a7ded31
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ let g:go_fmt_command = "goimports"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Syntastic (syntax checker) " => Ale (syntax checker and linter)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:ale_linters = { let g:ale_linters = {
\ 'javascript': ['jshint'], \ 'javascript': ['jshint'],