mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): add space to some icons
This commit is contained in:
@@ -16,9 +16,9 @@ return {
|
||||
opts.button("r", " " .. " Recent files", ":Telescope oldfiles <CR>"),
|
||||
opts.button("g", " " .. " Find text", ":Telescope live_grep <CR>"),
|
||||
opts.button("p", " " .. " Find Project", ":Telescope projects<CR>"),
|
||||
opts.button("s", "" .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
|
||||
opts.button("l", "" .. " Lazy (Plugins)", ":Lazy<CR>"),
|
||||
opts.button("m", "" .. " Mason (LSP, DAP, Linter, Formatter)", ":Mason<CR>"),
|
||||
opts.button("s", " " .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
|
||||
opts.button("l", " " .. " Lazy (Plugins)", ":Lazy<CR>"),
|
||||
opts.button("m", " " .. " Mason (LSP, DAP, Linter, Formatter)", ":Mason<CR>"),
|
||||
opts.button("q", " " .. " Quit", ":qa<CR>"),
|
||||
opts.padding,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user