style(config): mini.align icons

This commit is contained in:
Folke Lemaitre
2023-10-11 22:38:38 +02:00
parent d6bc320f20
commit 13366c6488

View File

@ -20,6 +20,7 @@ local defaults = {
-- if you want to disable loading options, add `package.loaded["lazyvim.config.options"] = true` to the top of your init.lua -- if you want to disable loading options, add `package.loaded["lazyvim.config.options"] = true` to the top of your init.lua
}, },
-- icons used by other plugins -- icons used by other plugins
-- stylua: ignore
icons = { icons = {
misc = { misc = {
dots = "󰇘", dots = "󰇘",
@ -44,41 +45,43 @@ local defaults = {
}, },
kinds = { kinds = {
Array = "", Array = "",
Boolean = " ", Boolean = "󰨙 ",
Class = "", Class = "",
Codeium = "󰘦 ", Codeium = "󰘦 ",
Color = "", Color = "",
Constant = " ", Control = " ",
Constructor = " ", Collapsed = " ",
Constant = "󰏿 ",
Constructor = "",
Copilot = "", Copilot = "",
Enum = " ", Enum = " ",
EnumMember = " ", EnumMember = " ",
Event = "", Event = "",
Field = " ", Field = " ",
File = "", File = "",
Folder = "", Folder = "",
Function = " ", Function = "󰊕 ",
Interface = " ", Interface = " ",
Key = "", Key = "",
Keyword = "", Keyword = "",
Method = " ", Method = "󰊕 ",
Module = " ", Module = " ",
Namespace = " ", Namespace = "󰦮 ",
Null = "", Null = "",
Number = " ", Number = "󰎠 ",
Object = "", Object = "",
Operator = "", Operator = "",
Package = " ", Package = " ",
Property = " ", Property = " ",
Reference = "", Reference = "",
Snippet = "", Snippet = "",
String = " ", String = " ",
Struct = " ", Struct = "󰆼 ",
Text = "", Text = "",
TypeParameter = "", TypeParameter = "",
Unit = "", Unit = "",
Value = "", Value = "",
Variable = " ", Variable = "󰀫 ",
}, },
}, },
} }