Fixed inclusion of jshint (#646)

pull/659/head
pjackson3 2 years ago committed by GitHub
parent 98df6a1509
commit d93dda4770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      vimrcs/plugins_config.vim

@ -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…
Cancel
Save