mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
feat(alpha): added lazy shortcut
This commit is contained in:
parent
d74e1a3dd8
commit
1467c900ac
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ return {
|
||||||
dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles <CR>"),
|
dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles <CR>"),
|
||||||
dashboard.button("g", " " .. " Find text", ":Telescope live_grep <CR>"),
|
dashboard.button("g", " " .. " Find text", ":Telescope live_grep <CR>"),
|
||||||
dashboard.button("c", " " .. " Config", ":e $MYVIMRC <CR>"),
|
dashboard.button("c", " " .. " Config", ":e $MYVIMRC <CR>"),
|
||||||
|
dashboard.button("l", "鈴" .. " Lazy", ":Lazy<CR>"),
|
||||||
dashboard.button("q", " " .. " Quit", ":qa<CR>"),
|
dashboard.button("q", " " .. " Quit", ":qa<CR>"),
|
||||||
}
|
}
|
||||||
for _, button in ipairs(dashboard.section.buttons.val) do
|
for _, button in ipairs(dashboard.section.buttons.val) do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue