You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a JavaScript LSP server running with this. I've tried this one and this one, but I can't get either of them to work with vim-lsc. (I'm pretty sure I have gotten one to work in the past, so I know it was possible at one point)
.vimrc
let g:lsc_server_commands = {'javascript': 'ts-lsp-test.sh'}
I'm trying to get a JavaScript LSP server running with this. I've tried this one and this one, but I can't get either of them to work with vim-lsc. (I'm pretty sure I have gotten one to work in the past, so I know it was possible at one point)
.vimrc
ts-lsp-test.sh
ts-lsp.log
But it doesn't appear to work. Occurrence highlighting doesn't work and when I press
gr
vim printsThe text was updated successfully, but these errors were encountered: