Closed callumacrae closed 3 years ago
See here for supported file extensions: https://github.com/svenstaro/glsl-language-server/blob/master/src/main.cpp#L49-L61
It's important for the language server to be able to figure out the right shader program so you have to be specific as to what kind of what this actually is.
That makes total sense, thank you!
Did you manage to get this to work? I tried copying the same thing you put in, but it still doesn't work.
I get Client 1 quit with exit code 109 and signal 0
I forgot to mention that I did the same config with the proper .vs, .fs and .gs, and the rest
Ok, so I think I managed to bang my head against the wall enough to get it working, even if a bit broken.
It works when it wants to, and I get an error Error detected while processing VimLeavePre Autocommands for "*":
, but it actually seems to work. I'll leave it at this for now.
Hey! Trying to figure out how to get this working with neovim's native LSP functionality but I'm getting the following error:
And in the log:
Is this an issue with my setup or with the language server?
Here's my config for nvim-lspconfig if that helps: