1
0
Fork 0
dotfiles/.config/nvim/lua/config/icons.lua
2024-01-26 17:21:37 +01:00

80 lines
1.9 KiB
Lua

return {
Diagnostic = "󰭷",
Error = "󰅗",
Hint = "󰌵",
Info = "󰋼",
Warn = "󰀦",
Bug = "󰠭",
True = "󰸞",
Pending = "󰁪",
False = "󱎘",
Close = "󱎘",
Selected = "󰅂",
Console = "󰆍",
Gear = "󰒓",
Event = "󱐋",
File = "󰈔",
NewFile = "󰝒",
FileTree = "󰙅",
Import = "󰈠",
Keyboard = "󰌌",
Sleep = "󰒲",
Package = "󰏗",
Runtime = "",
Source = "󰈮",
Code = "",
Start = "",
Task = "󰱒",
Buffer = "󰧭",
Search = "",
Speed = "󰾆",
Test = "",
Flame = "",
Leave = "",
Git = "󰊢",
Loaded = "󰜄",
Unloaded = "󰛲",
Added = "󰜄",
Modified = "󱗝",
Removed = "󰛲",
Untracked = "",
ChangeDelete = "󰅘",
Truncate = "",
-- kind = {
-- Array = "",
-- Boolean = "",
-- Class = "",
-- Color = "",
-- Constant = "",
-- Constructor = "",
-- Enum = "",
-- EnumMember = "",
-- Event = "",
-- Field = "",
-- File = "",
-- Folder = "󰉋",
-- Function = "",
-- Interface = "",
-- Key = "",
-- Keyword = "",
-- Method = "",
-- Module = "",
-- Namespace = "",
-- Null = "󰟢",
-- Number = "",
-- Object = "",
-- Operator = "",
-- Package = "",
-- Property = "",
-- Reference = "",
-- Snippet = "",
-- String = "",
-- Struct = "",
-- Text = "",
-- TypeParameter = "",
-- Unit = "",
-- Value = "",
-- Variable = "",
-- },
-- progress = { "", "", "", "", "", "", "", "", "", "", "", "", "" },
}