Merge branch 'main' into which-key-deregister

This commit is contained in:
László Bácsi 2025-07-08 21:30:02 +02:00 committed by GitHub
commit 6b8072445c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
76 changed files with 167 additions and 272 deletions

View file

@ -1,6 +1,6 @@
{lib, ...}: let
inherit (lib.options) mkOption mkEnableOption;
inherit (lib.types) enum str bool;
inherit (lib.types) enum str;
inherit (lib.generators) mkLuaInline;
inherit (lib.nvim.types) mkPluginSetupOption luaInline;
in {

View file

@ -5,8 +5,6 @@
}: let
inherit (lib.modules) mkIf;
inherit (lib.nvim.binds) mkKeymap;
inherit (lib.nvim.lua) toLuaObject;
inherit (lib.nvim.dag) entryAnywhere;
cfg = config.vim.utility.motion.flash-nvim;
in {

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
options,
lib,