mason-org / mason-registry

Core registry for mason.nvim.
https://mason-registry.dev/registry/list
Apache License 2.0
130 stars 292 forks source link

Standardize which language the GLSL lsps get filtered by #6218

Open Alextibtab opened 2 weeks ago

Alextibtab commented 2 weeks ago

I was recently doing some graphics programming and initially when I tried to install an LSP for GLSL I only saw glslls in Mason. After looking for alternatives I found glsl_analyzer which I then locally installed and was wondering why it wasn't included in mason but after checking I realised that it was just not when I filtered by GLSL.

I'm not sure which language would be more appropriate GLSL or OpenGL but I think it would cause less confusion if both were set to the same language.

image image
Conarius commented 3 days ago

Yeah, it's because they have different languages in the field of the package.yaml. I can understand why it's confusing so one language or both would be great but it's ultimately up to the maintainer