feat(picker.commands): added builtin commands. Fixes #634

This commit is contained in:
Folke Lemaitre 2025-01-19 13:01:24 +01:00
parent 6815739114
commit ee988fa4b0
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 20 additions and 1 deletions

View file

@ -76,7 +76,7 @@ M.command_history = {
-- Neovim commands
M.commands = {
finder = "vim_commands",
format = "text",
format = "command",
preview = "preview",
confirm = "cmd",
}