-
Beta Was this translation helpful? Give feedback.
Answered by
saecki
Oct 5, 2025
Replies: 1 comment 1 reply
-
Kind of forgot about this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shushtain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kind of forgot about this.
crates.nvim
creates an ad-hoc language server by passing a configuration tovim.lsp.start
, possibly the session plugin tries to restart the language server, but since it's not configured anywhere, it fails.I've been thinking that we could probably use the way neovim
0.11
handles lsp configuration, but I haven't gotten around to it yet.