diff --git a/lua/aerial/config.lua b/lua/aerial/config.lua index 7f51468d..7f75cbaa 100644 --- a/lua/aerial/config.lua +++ b/lua/aerial/config.lua @@ -381,9 +381,9 @@ local plain_icons = { -- stylua: ignore local nerd_icons = { - Array = "󱡠 ", + Array = " ", Boolean = "󰨙 ", - Class = "󰆧 ", + Class = " ", Constant = "󰏿 ", Constructor = " ", Enum = " ", @@ -391,15 +391,15 @@ local nerd_icons = { Event = " ", Field = " ", File = "󰈙 ", - Function = "󰊕 ", + Function = " ", Interface = " ", Key = "󰌋 ", - Method = "󰊕 ", + Method = " ", Module = " ", Namespace = "󰦮 ", Null = "󰟢 ", Number = "󰎠 ", - Object = " ", + Object = " ", Operator = "󰆕 ", Package = " ", Property = " ",