plugins/lsp: make plugins.lsp.servers.*.settings RFC-42 compliant

This commit is contained in:
Gaetan Lepage 2024-04-30 21:17:33 +02:00 committed by Gaétan Lepage
parent 2483dff03d
commit b5dbe0bb69

View file

@ -73,7 +73,10 @@
}; };
}; };
settings = settingsOptions; settings = helpers.mkSettingsOption {
description = "The settings for this LSP.";
options = settingsOptions;
};
extraOptions = mkOption { extraOptions = mkOption {
default = {}; default = {};