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 use languageserver to edit rmarkdown documents with the helix editor. The server times out with no response after submitting a document symbol request:
Hi @fisher-j , maybe the problem is the configuration of the LSP in Helix. For Neovim the current config set filetypes = { "r" , "rmd" }. Perhaps Helix only use r and not rmd.
I'm trying to use
languageserver
to edit rmarkdown documents with the helix editor. The server times out with no response after submitting a document symbol request:I opened an issue with helix, which got converted to a discussion
Issue #381 talks about debugging a non-response for documentSymbol requests, but I'm not sure how to go about this with helix.
Any idea why the server is not responding?
The text was updated successfully, but these errors were encountered: