This commit is contained in:
parent
b58d3ab136
commit
3b7a7ded31
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||||
|
|
Loading…
Reference in a new issue