mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 13:17:38 +00:00
Better lualine icons
This commit is contained in:
parent
6ddb4c1e82
commit
e07c535b88
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user