mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
update alpha configuration
This commit is contained in:
@ -44,9 +44,10 @@ return {
|
||||
local logo = require("rua.config.logos")
|
||||
dashboard.section.header.val = logo.c
|
||||
dashboard.section.buttons.val = {
|
||||
button("SPC l", "💤 > Lazy", "<cmd>Lazy<CR>"),
|
||||
button("SPC e", " > Nvim Tree", "<cmd>NvimTreeToggle<CR>"),
|
||||
button("SPC ff", " > Find File", "<cmd>Telescope find_files<CR>"),
|
||||
button("SPC fw", " > Find Word", "<cmd>Telescope live_grep<CR>"),
|
||||
button("SPC m", " > Mason", "<cmd>Mason<CR>"),
|
||||
-- button("SPC fw", " > Find Word", "<cmd>Telescope live_grep<CR>"),
|
||||
button("SPC wr", " > Restore Session", "<cmd>SessionRestore<CR>"),
|
||||
button("q", " > Quit", "<cmd>qa<CR>"),
|
||||
}
|
||||
|
Reference in New Issue
Block a user