fix(icons): replace obsolete icons

This commit is contained in:
loichyan 2023-03-16 16:48:59 +08:00
parent 6b740fd300
commit c2ed86db3e
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ local defaults = {
diagnostics = {
Error = "",
Warn = "",
Hint = " ",
Hint = "󰌶 ",
Info = "",
},
git = {
@ -42,7 +42,7 @@ local defaults = {
Event = "",
Field = "",
File = "",
Folder = " ",
Folder = "󰉋 ",
Function = "",
Interface = "",
Key = "",
@ -50,7 +50,7 @@ local defaults = {
Method = "",
Module = "",
Namespace = "",
Null = " ",
Null = "󰟢 ",
Number = "",
Object = "",
Operator = "",

View file

@ -242,7 +242,7 @@ return {
dashboard.section.buttons.val = {
dashboard.button("f", "" .. " Find file", ":Telescope find_files <CR>"),
dashboard.button("n", "" .. " New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles <CR>"),
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>]]),