AutoYADM commit: 2024-12-25 22:00:01

This commit is contained in:
Daniel Fichtinger 2024-12-25 22:00:01 -05:00
parent a8a4c6013b
commit 88fc4c85b1
2 changed files with 28 additions and 2 deletions

View file

@ -41,7 +41,7 @@ return {
icon = "",
key = "c",
desc = "Config",
action = ":lua Snacks.dashboard.pick('files', {cwd = vim.fn.stdpath('config')})",
action = ":cd /home/fic/.config/nvim | lua Snacks.dashboard.pick('files', {cwd = vim.fn.stdpath('config')})",
},
{ icon = "", key = "s", desc = "Restore Session", section = "session" },
-- { icon = "󰒲 ", key = "L", desc = "Lazy", action = ":Lazy", enabled = package.loaded.lazy ~= nil },