-
What about nvr?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
like what? I'm not rust dev (yet :P) so I don't really know the details of possible config here but right from the start with https://github.com/simrat39/rust-tools.nvim and config from readme - rust-analyzer starts instantly.
-
rust-analyzer is actually a bit of a funny case, because the developer specifically didn't implement caching so that more dev time would be spent on improving rust-analyzer index speed. Thankfully, someone was annoyed about this and wrote ra-multiplex to do exactly what you're asking for.
-
rust-analyzer is actually a bit of a funny case, because the developer specifically didn't implement caching so that more dev time would be spent on improving rust-analyzer index speed. Thankfully, someone was annoyed about this and wrote ra-multiplex to do exactly what you're asking for.
-
I think if https://github.com/neovim/neovim/pull/10071 is merged, it would do what you want. You could have a long-running neovim process in the background (so servers wouldn't shut down).
-