How to add GLSL language server?

Is there any way to add a custom lsp that is not listed in the CONFIG.md or specifying one like it’s done in coc.vim?

Because I have a fork of glsl-language-server that enables Vulkan dialect of glsl language and don’t know how to properly port my config.

And eventually I will want to use lsp for WGLSL(WebGPU shading language) which is still not there, but I hope It will. So I can’t name any of that ‘official shader lsp’ which is working in all cases and it worth adding any into CONFIG.md. :c

Yes, please read ADVANCED_README.md, in the root of lspconfig

1 Like

Oh thanks! cleans up their glasses >_>