1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00
nixvim/plugins/by-name/schemastore
Mateusz Majewski 5c1be58f6d plugins/schemastore: use the correct LSP configuration keys for the new lsp module
The old lsp module wrapped (in plugins/lsp/language-servers/default.nix)
all configuration of the jsonls and yamlls servers in `json` and `yaml`
keys respectively, so the schemastore module never needed to add those
keys.

However, the new lsp module passes the configuration as-is instead. This
means that the schemastore module must be the one to wrap the
configuration in the `json` and `yaml` keys. Without this, jsonls does
not get its support enabled at all, and yamlls falls back to the
built-in support.
2025-10-19 20:39:35 +00:00
..
default.nix plugins/schemastore: use the correct LSP configuration keys for the new lsp module 2025-10-19 20:39:35 +00:00