mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/treesitter-context: remove old deprecation warnings
This commit is contained in:
parent
563a42c71c
commit
578b1acc71
1 changed files with 0 additions and 16 deletions
|
@ -8,22 +8,6 @@
|
|||
with lib; let
|
||||
cfg = config.plugins.treesitter-context;
|
||||
in {
|
||||
# Those warnings were introduced on 08/25/2023. TODO: remove them in October 2023.
|
||||
imports = let
|
||||
basePluginPath = ["plugins" "treesitter-context"];
|
||||
in [
|
||||
(
|
||||
mkRenamedOptionModule
|
||||
(basePluginPath ++ ["maxWindowHeight"])
|
||||
(basePluginPath ++ ["minWindowHeight"])
|
||||
)
|
||||
(
|
||||
mkRemovedOptionModule (basePluginPath ++ ["patterns"]) ""
|
||||
)
|
||||
(
|
||||
mkRemovedOptionModule (basePluginPath ++ ["extractPatterns"]) ""
|
||||
)
|
||||
];
|
||||
options.plugins.treesitter-context =
|
||||
helpers.extraOptionsOptions
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue