mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
plugins/lsp: make plugins.lsp.servers.*.settings RFC-42 compliant
This commit is contained in:
parent
2483dff03d
commit
b5dbe0bb69
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = settingsOptions;
|
settings = helpers.mkSettingsOption {
|
||||||
|
description = "The settings for this LSP.";
|
||||||
|
options = settingsOptions;
|
||||||
|
};
|
||||||
|
|
||||||
extraOptions = mkOption {
|
extraOptions = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue