Skip to content

Commit

Permalink
Better lualine icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Jul 19, 2024
1 parent 6ddb4c1 commit e07c535
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions neovim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit e07c535

Please sign in to comment.