1
0
Fork 0
mirror of synced 2024-05-24 11:10:31 -04:00

Fixed inclusion of jshint

This commit is contained in:
Peter Jackson Link III 2021-07-15 07:37:16 -04:00
parent a8f0b6f678
commit 2e2d92634c

View file

@ -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']
\}