mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
wip
This commit is contained in:
parent
2c14a5c5e7
commit
2e1df526ca
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ return {
|
|||
{ action = 'lua LazyVim.pick.config_files()()', desc = " Config", icon = " ", key = "c" },
|
||||
{ action = 'lua require("persistence").load()', desc = " Restore Session", icon = " ", key = "s" },
|
||||
{ action = "LazyExtras", desc = " Lazy Extras", icon = " ", key = "x" },
|
||||
-- TODO: Consult with the maintainer to determine which icon is more appropriate.
|
||||
{ action = "LazyVimDocument", desc = " LazyVim Document",icon = " ", key = "d" },
|
||||
{ action = "Lazy", desc = " Lazy", icon = " ", key = "l" },
|
||||
{ action = function() vim.api.nvim_input("<cmd>qa<cr>") end, desc = " Quit", icon = " ", key = "q" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue