update dashboard

This commit is contained in:
asep komarudin 2023-01-15 06:07:14 +07:00
parent f1e6c8c266
commit 5b9e88f83f
4 changed files with 4 additions and 3 deletions

View file

@ -21,6 +21,7 @@ dashboard.section.buttons.val = {
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>"),
}
@ -42,4 +43,3 @@ dashboard.section.buttons.opts.hl = "Keyword"
dashboard.opts.opts.noautocmd = true
-- vim.cmd([[autocmd User AlphaReady echo 'ready']])
alpha.setup(dashboard.opts)