refactor(nvim): update dashboard icons
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 55s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 55s
This commit is contained in:
parent
2f29fcbd26
commit
9a6b45dc40
@ -148,10 +148,10 @@ return {
|
|||||||
val = {
|
val = {
|
||||||
button("e", " New File", ":ene <BAR> startinsert <CR>"),
|
button("e", " New File", ":ene <BAR> startinsert <CR>"),
|
||||||
button("f", " Find File", ":Telescope find_files<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("s", " Settings", "<cmd>e ~/.config/nvim/<CR>"),
|
||||||
button("u", " Update Plugins", ":Lazy sync<CR>"),
|
button("u", " Update Plugins", ":Lazy sync<CR>"),
|
||||||
button("q", " Quit", ":qa<CR>"),
|
button("q", " Quit", ":qa<CR>"),
|
||||||
},
|
},
|
||||||
opts = { spacing = 0 },
|
opts = { spacing = 0 },
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user