fix(icons): replace obsolete Nerd icons (#331)

This commit is contained in:
Sakari authored and GitHub committed 2023-02-28 09:59:50 +01:00
1 parent 70966bbc19
commit 588dc5dd65
2 files changed
+4 -4

No files matched your search

+2 -2
View File
@@ -243,8 +243,8 @@ return {
signs = {
add = { text = "" },
change = { text = "" },
delete = { text = "" },
topdelete = { text = "" },
delete = { text = "󰐊" },
topdelete = { text = "󰐊" },
changedelete = { text = "" },
untracked = { text = "" },
},
+2 -2
View File
@@ -245,8 +245,8 @@ return {
dashboard.button("r", "" .. " Recent files", ":Telescope oldfiles <CR>"),
dashboard.button("g", "" .. " Find text", ":Telescope live_grep <CR>"),
dashboard.button("c", "" .. " Config", ":e $MYVIMRC <CR>"),
dashboard.button("s", "" .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
dashboard.button("l", "" .. " Lazy", ":Lazy<CR>"),
dashboard.button("s", "󰑓 " .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
dashboard.button("l", "󰒲 " .. " Lazy", ":Lazy<CR>"),
dashboard.button("q", "" .. " Quit", ":qa<CR>"),
}
for _, button in ipairs(dashboard.section.buttons.val) do