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