mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
plugins/lsp: simplify extraSettings deprecation
This commit is contained in:
parent
167ea865e5
commit
1c802b3efe
1 changed files with 1 additions and 2 deletions
|
|
@ -196,12 +196,11 @@ in
|
|||
"servers"
|
||||
];
|
||||
basePluginPath = basePath ++ [ name ];
|
||||
basePluginPathString = builtins.concatStringsSep "." basePluginPath;
|
||||
in
|
||||
[
|
||||
(lib.mkRemovedOptionModule (
|
||||
basePluginPath ++ [ "extraSettings" ]
|
||||
) "You can use `${basePluginPathString}.extraOptions.settings` instead.")
|
||||
) "You can use `${opts.extraOptions}.settings` instead.")
|
||||
(lib.mkRemovedOptionModule (basePluginPath ++ [ "rootDir" ]) ''
|
||||
|
||||
nvim-lspconfig has switched from its own `root_dir` implementation to using neovim's built-in LSP API.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue