mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
plugins/treesitter-refactor: remove old deprecation warnings
This commit is contained in:
committed by
Gaétan Lepage
parent
b4852e4d35
commit
e7952345f5
@@ -100,43 +100,6 @@ with lib;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
# Added 2024-02-07
|
||||
(mkRenamedOptionModule
|
||||
[
|
||||
"plugins"
|
||||
"treesitter-refactor"
|
||||
"navigation"
|
||||
"keymaps"
|
||||
"listDefinitons"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"treesitter-refactor"
|
||||
"navigation"
|
||||
"keymaps"
|
||||
"listDefinitions"
|
||||
]
|
||||
)
|
||||
# Added 2024-02-07
|
||||
(mkRenamedOptionModule
|
||||
[
|
||||
"plugins"
|
||||
"treesitter-refactor"
|
||||
"navigation"
|
||||
"keymaps"
|
||||
"listDefinitonsToc"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"treesitter-refactor"
|
||||
"navigation"
|
||||
"keymaps"
|
||||
"listDefinitionsToc"
|
||||
]
|
||||
)
|
||||
];
|
||||
|
||||
config =
|
||||
let
|
||||
cfg = config.plugins.treesitter-refactor;
|
||||
|
||||
Reference in New Issue
Block a user