mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(keys): refactor code and allow disabling keymaps per mode. mode no longer needs to be exactly the same in order to disable.
This commit is contained in:
parent
62745a7320
commit
b79099cc9d
4 changed files with 68 additions and 35 deletions
|
@ -32,7 +32,7 @@
|
|||
---@field event? string[]
|
||||
---@field cmd? string[]
|
||||
---@field ft? string[]
|
||||
---@field keys? (string|LazyKeys)[]
|
||||
---@field keys? (string|LazyKeysSpec)[]
|
||||
---@field module? false
|
||||
|
||||
---@class LazyPluginRef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue