1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 05:51:10 +01:00
nixvim/plugins
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
..
by-name plugins/schemastore: use the correct LSP configuration keys for the new lsp module 2025-10-19 20:39:35 +00:00
cmp plugins: remove deprecations "after 24.11" or less 2025-10-18 18:31:00 +00:00
colorschemes plugins: remove deprecations "after 24.11" or less 2025-10-18 18:31:00 +00:00
lsp treewide: generate JSON instead of Nix 2025-10-19 00:31:33 +00:00
pluginmanagers treewide: infer packPathName menial work 2025-09-27 23:49:59 +00:00
default.nix colorschemes/gruvbox-material: init 2025-09-07 14:29:04 +00:00
deprecation.nix plugins/nvim-osc52: remove module 2025-10-14 20:15:15 +00:00
TEMPLATE.nix treewide: infer packPathName menial work 2025-09-27 23:49:59 +00:00