Better lualine icons

This commit is contained in:
ViViDboarder 2024-07-18 11:20:46 -07:00
parent 6ddb4c1e82
commit e07c535b88

View File

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