treesitter: cleanup unused

This commit is contained in:
Ching Pei Yang 2024-04-28 12:23:59 +02:00
parent 636eba77d7
commit 8c5a63e72c
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
}: let
inherit (lib.modules) mkIf mkMerge;
inherit (lib.lists) optional optionals;
inherit (lib.trivial) boolToString;
inherit (lib.nvim.binds) mkSetBinding addDescriptionsToMappings;
inherit (lib.nvim.lua) toLuaObject;
inherit (lib.nvim.dag) entryBefore entryAfter;