From 588dc5dd65aa3881122aa4e59710de6722423251 Mon Sep 17 00:00:00 2001 From: Sakari Date: Tue, 28 Feb 2023 16:59:50 +0800 Subject: [PATCH] fix(icons): replace obsolete Nerd icons (#331) --- lua/lazyvim/plugins/editor.lua | 4 ++-- lua/lazyvim/plugins/ui.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 8bb2ac1e..7460e9c2 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -243,8 +243,8 @@ return { signs = { add = { text = "▎" }, change = { text = "▎" }, - delete = { text = "契" }, - topdelete = { text = "契" }, + delete = { text = "󰐊" }, + topdelete = { text = "󰐊" }, changedelete = { text = "▎" }, untracked = { text = "▎" }, }, diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index f83bc069..03567708 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -245,8 +245,8 @@ return { dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles "), dashboard.button("g", " " .. " Find text", ":Telescope live_grep "), dashboard.button("c", " " .. " Config", ":e $MYVIMRC "), - dashboard.button("s", "勒" .. " Restore Session", [[:lua require("persistence").load() ]]), - dashboard.button("l", "鈴" .. " Lazy", ":Lazy"), + dashboard.button("s", "󰑓 " .. " Restore Session", [[:lua require("persistence").load() ]]), + dashboard.button("l", "󰒲 " .. " Lazy", ":Lazy"), dashboard.button("q", " " .. " Quit", ":qa"), } for _, button in ipairs(dashboard.section.buttons.val) do