diff --git a/neovim/lua/plugins/lualine.lua b/neovim/lua/plugins/lualine.lua index 8a18501..e61150e 100644 --- a/neovim/lua/plugins/lualine.lua +++ b/neovim/lua/plugins/lualine.lua @@ -61,15 +61,32 @@ function M.config_lualine(theme_name) utils.try_require("nvim-navic", function(navic) navic.setup({ icons = { - Class = "(c)", - Constant = "(Const)", - Constructor = "cst", - Function = "(f)", - Method = "(m)", - Package = "(p)", - Property = "(pr)", - Struct = "(s)", - Variable = "(v)", + Array = "𝐴 ", + Boolean = "𝐵 ", + Class = "ℂ ", + Constant = "ℭ ", + Constructor = "𝕮 ", + Enum = "𝐸 ", + EnumMember = "𝐸𝑀 ", + Event = "𝐸 ", + Field = "𝐹 ", + File = "📄 ", + Function = "𝑓 ", + Interface = "𝐼 ", + Key = "𝐾 ", + Method = "m ", + Module = "𝑀 ", + Namespace = "𝑁 ", + Null = "𝑁 ", + Number = "𝑁 ", + Object = "𝑂 ", + Operator = "𝑂 ", + Package = "📦 ", + Property = "𝑃 ", + String = "𝑆 ", + Struct = "𝑆 ", + TypeParameter = "𝑇𝑃 ", + Variable = "𝑉 ", }, }) code_loc = { "navic" }