1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: moar icons

This commit is contained in:
Henrik Hautakoski 2024-04-04 22:58:23 +02:00
parent ca792c52f8
commit 88a7cf21f8

View file

@ -57,5 +57,33 @@ return {
skipped = '',
watch = '',
unknown = '',
}
},
symbols = {
Text = "",
Method = "",
Function = "󰊕",
Constructor = "",
Field = "",
Variable = "",
Class = "",
Interface = "",
Module = "",
Property = "",
Unit = "󰑭",
Value = "",
Enum = "",
Keyword = "",
Snippet = "󰘦",
Color = "",
File = "󰈙",
Reference = "󰈇",
Folder = "󰉋",
EnumMember = "",
Constant = "",
Struct = "󰙅",
Event = "",
Operator = "󰆕",
TypeParameter = "",
},
}