mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17:35 +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)
|
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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user