update plugs save 20ms on load wooooooo
This commit is contained in:
@ -10,6 +10,12 @@ return {
|
||||
},
|
||||
shortcut = {
|
||||
{ desc = " Update", group = "@property", action = "Lazy update", key = "u" },
|
||||
{
|
||||
desc = " cwd session",
|
||||
group = "Number",
|
||||
action = "SessionLoad",
|
||||
key = ".",
|
||||
},
|
||||
{
|
||||
icon = " ",
|
||||
icon_hl = "@variable",
|
||||
@ -19,17 +25,17 @@ return {
|
||||
key = "f",
|
||||
},
|
||||
{
|
||||
desc = " Apps",
|
||||
group = "DiagnosticHint",
|
||||
action = "Telescope app",
|
||||
key = "a",
|
||||
},
|
||||
{
|
||||
desc = " dotfiles",
|
||||
desc = " dotfiles",
|
||||
group = "Number",
|
||||
action = "lua find_dotfiles()",
|
||||
key = "d",
|
||||
},
|
||||
{
|
||||
desc = " sessions",
|
||||
group = "Number",
|
||||
action = "Telescope persisted",
|
||||
key = "s",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user