mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Fixed inclusion of jshint
This commit is contained in:
parent
a8f0b6f678
commit
2e2d92634c
@ -152,7 +152,7 @@ nnoremap <silent> <leader>z :Goyo<cr>
|
|||||||
" => Ale (syntax checker and linter)
|
" => Ale (syntax checker and linter)
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ 'javascript': ['jshint'],
|
\ 'javascript': ['eslint'],
|
||||||
\ 'python': ['flake8'],
|
\ 'python': ['flake8'],
|
||||||
\ 'go': ['go', 'golint', 'errcheck']
|
\ 'go': ['go', 'golint', 'errcheck']
|
||||||
\}
|
\}
|
||||||
|
Loading…
Reference in New Issue
Block a user