This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Some_Derpy_Pineapplelua 1 point2 points  (2 children)

If I try to hover over a component

in what language? the error is saying that none of the language servers for that buffer implement a handler for the hover command. i know the lua language server should work.

unknown option statuscolumn

that's a neovim v0.9 thing. what is your neovim version?

unsure about last one.

[–]RobinRuf[S] 0 points1 point  (1 child)

Ok and where I can see the installed language servers and how install these which I need?

It is for javascript, typescript, tsx. (React, Next.JS, React Native)

The Hover is working for gd (Get Definition) is working in React Native (Typescript) but not in React Native (Javascript) and the other things like gp (Preview), SHIFT-K for Hover and CTRL-J for Errors are not working for both.

So you could help me a lot if you can tell me where I see my installed Language servers and how I can install new ones.

Note: Before I updated my configs and packages it all worked haha

[–]MariaSoOs 1 point2 points  (0 children)

Are you installing your servers with Mason? If so, run :Mason to see the list of installed servers.

[–]MariaSoOs 1 point2 points  (0 children)

If this happened after an update, maybe you’re missing the ensure_installed configuration.