mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Remove the unused cmd attributes and use picker.commands instead
This commit is contained in:
parent
f22a6022c4
commit
1a277fb0d4
1 changed files with 0 additions and 5 deletions
|
|
@ -20,11 +20,6 @@ local M = setmetatable({}, {
|
|||
---@type LazyPicker?
|
||||
M.picker = nil
|
||||
|
||||
---@type table<string, string>
|
||||
M.commands = {
|
||||
files = "find_files",
|
||||
}
|
||||
|
||||
---@param picker LazyPicker
|
||||
function M.register(picker)
|
||||
-- this only happens when using :LazyExtras
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue