Using already running (by nvim-lspconfig) LSP server for linting and completion #3661
Unanswered
msva
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm unable to set up
ale
in that way that it use LSP servers that already run.Let's take
gopls
for example.I've it installed in
GOPATH/bin
(and not in system's{/usr,}/bin
), and if I don't setupale
'sg:ale_go_gopls_executable
to the right path, it doesn't work withgopls
at all.But if I set the path, it runs second copy of gopls:
Is it any way to tell it to use the one already launched by nvim-lspconfig?
Beta Was this translation helpful? Give feedback.
All reactions