Help with how lsp works #949
Replies: 1 comment
-
was lacking a config :/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im sorry if this question is dumb, but I dont understand how lsp works in nvf, and it just feels super inconsistent.
This is a snippet of the file that controls what languages have support
Now go works perfectly, but nix and sql have some problems. Nix gets error diagnostics and it tells me where im making mistakes in syntax, but it doesnt not get any formatting support. SQL doesnt work at all, it just throws an error and neither gives me formatting support or lsp support. I dont understand what im doing wrong here, im doing exactly what the docs as me to, but i might have missed something.
Extra details:
SQL failure logs
Beta Was this translation helpful? Give feedback.
All reactions