mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
update dashboard
This commit is contained in:
parent
f1e6c8c266
commit
5b9e88f83f
4 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue