refactor(nvim): update dashboard icons
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 55s

This commit is contained in:
Price Hiller 2024-04-05 01:54:31 -05:00
parent 2f29fcbd26
commit 9a6b45dc40
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -148,10 +148,10 @@ return {
val = {
button("e", " New File", ":ene <BAR> startinsert <CR>"),
button("f", "󰈞 Find File", ":Telescope find_files<CR>"),
button("r", " Recent", ":Telescope oldfiles<CR>"),
button("r", "󱝏 Recent", ":Telescope oldfiles<CR>"),
button("s", " Settings", "<cmd>e ~/.config/nvim/<CR>"),
button("u", " Update Plugins", ":Lazy sync<CR>"),
button("q", "󰅚 Quit", ":qa<CR>"),
button("q", " Quit", ":qa<CR>"),
},
opts = { spacing = 0 },
}