mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
misc: remove deprecated/renamed options warnings
This commit is contained in:
parent
a10b6f02cd
commit
2da04fa4ad
8 changed files with 5 additions and 327 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
} @ args:
|
||||
|
@ -8,9 +7,6 @@ with lib; let
|
|||
lspHelpers = import ../helpers.nix args;
|
||||
helpers = import ../../helpers.nix {inherit lib;};
|
||||
|
||||
optionWarnings = import ../../../lib/option-warnings.nix args;
|
||||
basePluginPath = ["plugins" "lsp" "servers"];
|
||||
|
||||
servers = [
|
||||
{
|
||||
name = "astro";
|
||||
|
@ -355,11 +351,5 @@ with lib; let
|
|||
in {
|
||||
imports =
|
||||
lib.lists.map (lspHelpers.mkLsp) servers
|
||||
++ [./pylsp.nix]
|
||||
++ [
|
||||
(optionWarnings.mkRenamedOption {
|
||||
option = basePluginPath ++ ["sumneko-lua"];
|
||||
newOption = basePluginPath ++ ["lua-ls"];
|
||||
})
|
||||
];
|
||||
++ [./pylsp.nix];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue