We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extraSettings
1 parent 167ea86 commit 1c802b3Copy full SHA for 1c802b3
plugins/lsp/language-servers/_mk-lsp.nix
@@ -196,12 +196,11 @@ in
196
"servers"
197
];
198
basePluginPath = basePath ++ [ name ];
199
- basePluginPathString = builtins.concatStringsSep "." basePluginPath;
200
in
201
[
202
(lib.mkRemovedOptionModule (
203
basePluginPath ++ [ "extraSettings" ]
204
- ) "You can use `${basePluginPathString}.extraOptions.settings` instead.")
+ ) "You can use `${opts.extraOptions}.settings` instead.")
205
(lib.mkRemovedOptionModule (basePluginPath ++ [ "rootDir" ]) ''
206
207
nvim-lspconfig has switched from its own `root_dir` implementation to using neovim's built-in LSP API.
0 commit comments