nix-community.nixvim/plugins
cswimr 92a97c5e41 plugins/schemastore: set the correct jsonls default
the JSON language server has the following [configuration structure](6fef251f8f/extensions/json-language-features/server/src/jsonServer.ts (L167-L179)):
```ts
    // The settings interface describes the server relevant settings part
    interface Settings {
        json?: {
            schemas?: JSONSchemaSettings[];
            format?: { enable?: boolean };
            validate?: { enable?: boolean };
            resultLimit?: number;
        };
        http?: {
            proxy?: string;
            proxyStrictSSL?: boolean;
        };
    }
```
So, we should be mkDefault'ing `validate.enable` instead of `validate`, as `validate` is expected to be an `Object` containing `enable` as a boolean.

(cherry picked from commit a5147a36f9)
2025-02-24 17:05:28 +00:00
..
by-name plugins/schemastore: set the correct jsonls default 2025-02-24 17:05:28 +00:00
cmp plugins/cmp: add cmp-nixpkgs-maintainers source 2024-10-19 12:06:20 +02:00
colorschemes plugins/palette: fix minor typo; (#2696) 2024-12-17 14:59:49 +00:00
lsp Revert "plugins/efmls-configs: add new formatter kdlfmt to unpackaged" 2024-12-03 11:15:56 +01:00
pluginmanagers lib: remove nixvimTypes alias 2024-09-27 08:31:07 +01:00
default.nix plugins/nonels: move to by-name 2024-10-06 15:11:34 -05:00
deprecation.nix plugins/deprecation: add rust-tools 2024-10-23 11:07:00 -05:00
TEMPLATE.nix lib/*-plugin: use lib.mkPackageOption internally 2024-09-04 03:07:49 +01:00