initial new update icon

This commit is contained in:
asep.komarudin 2024-04-14 12:13:15 +07:00
parent aec3c632f0
commit 3ca400d195
8 changed files with 84 additions and 32 deletions

View file

@ -25,14 +25,14 @@ end
local dashboard = require("alpha.themes.dashboard")
dashboard.section.header.val = board
dashboard.section.buttons.val = {
dashboard.button("f", " Find file", ":Telescope find_files <CR>"),
dashboard.button("f", "󰈞 Find file", ":Telescope find_files <CR>"),
dashboard.button("e", " New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("p", " Find project", ":Telescope projects <CR>"),
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
dashboard.button("r", "󰦛 Recently used files", ":Telescope oldfiles <CR>"),
dashboard.button("t", "󰊄 Find text", ":Telescope live_grep <CR>"),
dashboard.button("c", " Configuration", ":e $MYVIMRC <CR>"),
dashboard.button("z", " Lazy", ":Lazy<CR>"),
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
dashboard.button("z", "󰒲 Lazy", ":Lazy<CR>"),
dashboard.button("q", "󰅚 Quit Neovim", ":qa<CR>"),
}
dashboard.section.footer.opts.hl = "Type"