Changed button

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-01-29 14:06:22 +01:00
parent 75221d6565
commit 6c04c004b1

View File

@@ -18,7 +18,7 @@ return {
dashboard.button("p", "" .. "Select project", ":Telescope neovim-project history <CR>"), dashboard.button("p", "" .. "Select project", ":Telescope neovim-project history <CR>"),
dashboard.button("t", "" .. "Change theme", ":ThemeSwitcher <CR>"), dashboard.button("t", "" .. "Change theme", ":ThemeSwitcher <CR>"),
dashboard.button("n", "" .. "Neorg", ":Neorg workspace main <CR>"), dashboard.button("n", "" .. "Neorg", ":Neorg workspace main <CR>"),
dashboard.button("l", "󰚰 " .. "Lazy sync", ":Lazy sync <CR>"), dashboard.button("l", "󰚰 " .. "LazyUI", ":Lazy <CR>"),
} }
for _, button in ipairs(dashboard.section.buttons.val) do for _, button in ipairs(dashboard.section.buttons.val) do
button.opts.hl = "AlphaButtons" button.opts.hl = "AlphaButtons"