this post was submitted on 26 Mar 2025
35 points (100.0% liked)

Neovim

2431 readers
1 users here now

founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 4 weeks ago (1 children)

Been looking forward to try the new LSP configuration method!

[–] [email protected] 1 points 1 week ago (1 children)

So LSP is finally usable without setting up and installing a dozen things for each language?

[–] [email protected] 1 points 6 days ago (1 children)

It turned out to not change much in practice for end users I think. We still want the lspconfig plugin for default settings for the most common LSPs, but setting up without it should be more straightforward. The lspconfig plugin will also be transitioning to the new configuration method.

[–] [email protected] 1 points 6 days ago (1 children)

but setting up without it should be more straightforward.

I tried with Lua. I installed the language server and followed the instructions and fiddled with it until it worked, doing multiple web researches over a time of 40-60 Minutes.

All I got was a bunch of W for lines where I used global variables, and some underlined text with “no information available” and a table variable showing what keys the table has.

No autocomplete, no information on parameters, no nothing.

This is not good or convenient at all and we should stop lying to ourselves. LSP in Neovim is utterly annoying and complicated to set up properly.

[–] [email protected] 1 points 5 days ago

IDK, I've mainly used the lspconfig plugin and haven't really had problems in general, but some LSPs seem weaker than others

[–] [email protected] 2 points 4 weeks ago

Great release. It is nice to see more "basic" functionality out of the box.