mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-16 22:11:09 +01:00
plugins/neo-tree: remove old warnings
This commit is contained in:
parent
bb9d744b64
commit
25bec79934
1 changed files with 0 additions and 22 deletions
|
|
@ -8,30 +8,8 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.plugins.neo-tree;
|
cfg = config.plugins.neo-tree;
|
||||||
basePluginPath = [
|
|
||||||
"plugins"
|
|
||||||
"neo-tree"
|
|
||||||
];
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
(mkRemovedOptionModule (
|
|
||||||
basePluginPath
|
|
||||||
++ [
|
|
||||||
"sourceSelector"
|
|
||||||
"tabLabels"
|
|
||||||
]
|
|
||||||
) "Use `plugins.neo-tree.sourceSelector.sources` to achieve the same functionality.")
|
|
||||||
(mkRemovedOptionModule (
|
|
||||||
basePluginPath ++ [ "closeFloatsOnEscapeKey" ]
|
|
||||||
) "This option has been removed from upstream.")
|
|
||||||
|
|
||||||
# TODO: added 2025-04-07, remove after 25.05
|
|
||||||
(lib.nixvim.mkRemovedPackageOptionModule {
|
|
||||||
plugin = "neo-tree";
|
|
||||||
packageName = "git";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
options.plugins.neo-tree =
|
options.plugins.neo-tree =
|
||||||
let
|
let
|
||||||
listOfRendererComponents = with types; listOf (either str attrs);
|
listOfRendererComponents = with types; listOf (either str attrs);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue