Updated chadrc for newer nvchad

This commit is contained in:
Emmet K
2024-11-14 22:39:43 -06:00
parent caa751a30b
commit 7b6cc8d4b3

View File

@ -16,17 +16,18 @@ M.base46 = {
M.ui = { M.ui = {
theme = "stylix", theme = "stylix",
nvdash = { }
M.nvdash = {
load_on_startup = true, load_on_startup = true,
buttons = { buttons = {
{ " Find File", "Spc .", "Telescope find_files" }, { txt = " Find File", keys = "Spc .", cmd = "Telescope find_files" },
{ "󰙅 Nvimtree", "SPC e", "NvimTreeToggle" }, { txt = "󰙅 Nvimtree", keys = "SPC e", cmd = "NvimTreeToggle" },
{ " Projects ", "Spc p p", "Telescope workspaces" }, { txt = " Projects ", keys = "Spc p p", cmd = "Telescope workspaces" },
{ "󰯌 Vsplit ", "Spc w v", "vsplit" }, { txt = "󰯌 Vsplit ", keys = "Spc w v", cmd = "vsplit" },
{ "󰯋 Split ", "Spc w s", "split" }, { txt = "󰯋 Split ", keys = "Spc w s", cmd = "split" },
{ "󰋗 Help", "Spc c h", "NvCheatsheet" }, { txt = "󰋗 Help", keys = "Spc c h", cmd = "NvCheatsheet" },
}, },
} }
}
return M return M