Added theme switcher to alpha

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-10-16 21:33:22 +02:00
parent 0df2208923
commit 21f36b3abe

View File

@@ -16,6 +16,7 @@ return {
dashboard.section.buttons.val = {
dashboard.button("f", "" .. "Find files", ":Telescope find_files <CR>"),
dashboard.button("p", "" .. "Select project", ":Telescope neovim-project history <CR>"),
dashboard.button("t", "" .. "Change theme", ":ThemeSwitcher <CR>"),
dashboard.button("n", "" .. "Neorg", ":Neorg workspace main <CR>"),
dashboard.button("l", "󰚰 " .. "Lazy sync", ":Lazy sync <CR>"),
}