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 = {
theme = "stylix",
nvdash = {
}
M.nvdash = {
load_on_startup = true,
buttons = {
{ " Find File", "Spc .", "Telescope find_files" },
{ "󰙅 Nvimtree", "SPC e", "NvimTreeToggle" },
{ " Projects ", "Spc p p", "Telescope workspaces" },
{ "󰯌 Vsplit ", "Spc w v", "vsplit" },
{ "󰯋 Split ", "Spc w s", "split" },
{ "󰋗 Help", "Spc c h", "NvCheatsheet" },
{ txt = " Find File", keys = "Spc .", cmd = "Telescope find_files" },
{ txt = "󰙅 Nvimtree", keys = "SPC e", cmd = "NvimTreeToggle" },
{ txt = " Projects ", keys = "Spc p p", cmd = "Telescope workspaces" },
{ txt = "󰯌 Vsplit ", keys = "Spc w v", cmd = "vsplit" },
{ txt = "󰯋 Split ", keys = "Spc w s", cmd = "split" },
{ txt = "󰋗 Help", keys = "Spc c h", cmd = "NvCheatsheet" },
},
}
}
return M