We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add5382 commit f3f0b05Copy full SHA for f3f0b05
autoload/ale/lsp.vim
@@ -706,7 +706,7 @@ function! ale#lsp#Send(conn_id, message) abort
706
throw 'LSP server not initialized yet!'
707
endif
708
709
- if g:ale_use_neovim_lsp_api
+ if g:ale_use_neovim_lsp_api && !l:conn.is_tsserver
710
return luaeval('require("ale.lsp").send_message(_A)', {
711
\ 'client_id': l:conn.client_id,
712
\ 'is_notification': a:message[0] == 1 ? v:true : v:false,
0 commit comments