1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Javascript linters

This commit is contained in:
2018-11-20 11:12:24 +01:00
parent 54b65df42b
commit e8e6020ee8

4
.vimrc
View File

@@ -318,6 +318,10 @@ let g:airline#extensions#ale#enabled = 1
let g:ale_sign_error = 'x'
let g:ale_sign_warning = '>'
let g:ale_linters = {
\ 'javascript': ['eslint', 'flow', 'prettier'],
\}
" Handy Markdown stuff
"Plugin 'tpope/vim-markdown'