mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
plugins/lsp: make plugins.lsp.servers.*.settings RFC-42 compliant
This commit is contained in:
committed by
Gaétan Lepage
parent
2483dff03d
commit
b5dbe0bb69
@@ -73,7 +73,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
settings = settingsOptions;
|
||||
settings = helpers.mkSettingsOption {
|
||||
description = "The settings for this LSP.";
|
||||
options = settingsOptions;
|
||||
};
|
||||
|
||||
extraOptions = mkOption {
|
||||
default = {};
|
||||
|
||||
Reference in New Issue
Block a user