style(config): mini.align icons

This commit is contained in:
Folke Lemaitre 2023-10-11 22:38:38 +02:00
parent d6bc320f20
commit 13366c6488
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

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
},
-- icons used by other plugins
-- stylua: ignore
icons = {
misc = {
dots = "󰇘",
@ -44,41 +45,43 @@ local defaults = {
},
kinds = {
Array = "",
Boolean = " ",
Boolean = "󰨙 ",
Class = "",
Codeium = "󰘦 ",
Color = "",
Constant = "",
Constructor = "",
Control = "",
Collapsed = "",
Constant = "󰏿 ",
Constructor = "",
Copilot = "",
Enum = "",
EnumMember = " ",
Enum = " ",
EnumMember = " ",
Event = "",
Field = " ",
Field = " ",
File = "",
Folder = "",
Function = " ",
Interface = " ",
Function = "󰊕 ",
Interface = " ",
Key = "",
Keyword = "",
Method = " ",
Module = " ",
Namespace = " ",
Method = "󰊕 ",
Module = " ",
Namespace = "󰦮 ",
Null = "",
Number = " ",
Number = "󰎠 ",
Object = "",
Operator = "",
Package = " ",
Property = " ",
Package = " ",
Property = " ",
Reference = "",
Snippet = "",
String = " ",
Struct = " ",
String = " ",
Struct = "󰆼 ",
Text = "",
TypeParameter = "",
Unit = "",
Value = "",
Variable = " ",
Variable = "󰀫 ",
},
},
}