From 27c89d83269bdd13f4b40f50e2e4b60cf5f1a66e Mon Sep 17 00:00:00 2001 From: Chrisatmachine Date: Sun, 11 Nov 2018 18:59:18 -0500 Subject: set up some more linting for javascript --- init.vim | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 944be865..26344089 100644 --- a/init.vim +++ b/init.vim @@ -311,8 +311,13 @@ let g:ale_linters = { \ 'c' : ['gcc'], \ 'vim' : ['vint'], \ 'python': ['flake8', 'pyre', 'vulture', 'prospector', 'pyflakes', 'mypy', 'pyls'], - \ 'javascript': ['eslint', 'flow', 'flow-language-server', 'jscs', 'jshint', 'standard', 'tsserver', 'xo'] + \ 'javascript': ['eslint'] \} + +"let g:LanguageClient_serverCommands = { +" \ 'javascript': ['flow-language-server', '--stdio'], +" \ } + let g:ale_cpp_gcc_options='-Wall -Wextra' let g:ale_c_gcc_options='-Wall -Wextra' let g:ale_vim_vint_executable = 'vint' -- cgit v1.2.3