mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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 {
|
||||
default = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue