Open qsantos opened 2 months ago
It looks like you're missing the --stdio
flag from your cmd
. Add that and let me know if it works then.
Thanks! That was it. I can now see diagnostics appear in the logs of harper. vim-lsp lets me see their position in the gutter, and I can navigate to the next one using LspNextDiagnostic
.
However, I cannot see the diagnostics themselves in Vim. I don't have anything in the location list nor the quicklist either. Any idea where this can be coming from? Sorry, I am not super familiar with vim-lsp either…
Using regular Vim and https://github.com/prabirshrestha/vim-lsp, I get stuck with
harper-ls: starting
(LspStatus
). I am using the configuration below:I might be misunderstanding something, either in the usage of
vim-lsp
, of that ofharper
.Also might be useful: