Replies: 4 comments 4 replies
-
Hey again 👋 With Nix, there's different ways to add LSP servers.
|
Beta Was this translation helpful? Give feedback.
-
Oh. Neat. I did that actually. So this shell is what loads the actual lsp itself, and I still need to ensure my plugins match up so that I can use it all, right? And that's what the derivations are for, if I'm understanding correctly. I load a dev shell then launch the correct derivation to match it, with this flakes current architecture? |
Beta Was this translation helpful? Give feedback.
-
Oh, rust-analyzer needs a separate plug-in to work at all? Or just to use some extras it may have? What plugin do you recommend for it? |
Beta Was this translation helpful? Give feedback.
-
Hey that's cool. I've actually seen that one before and tried, unsuccessfully, to figure it out. I'll have to give it a try with this setup now as I won't need to figure out how to integrate it with lspconfig, I think. |
Beta Was this translation helpful? Give feedback.
-
Hello, do you have an example of how to install and configure new LSPs? I want to get rust and rust-analyzer working, and I'm having a hard time understanding how to do that. In kickstart.nvim, I would use lazy with lsp-config and mason to install the LSPs I want and to load them lazily when a specific file type is opened. How do I do that, or as much of that as possible, with this version?
Beta Was this translation helpful? Give feedback.
All reactions