config v1

This commit is contained in:
asep.komarudin 2024-04-15 18:41:24 +07:00
parent c651a8ca42
commit cc7c63dc46
18 changed files with 186 additions and 374 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("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("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"