1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-24 03:58:13 +02:00

nvim: icons: update symbols table

This commit is contained in:
Henrik Hautakoski 2024-11-27 12:37:55 +01:00
parent 718f803be2
commit 882665f13c

View file

@ -91,7 +91,7 @@ return {
unknown = "", unknown = "",
}, },
symbols = { symbols = {
Text = "󱀍", Text = "",
Method = "", Method = "",
Function = "󰊕", Function = "󰊕",
Constructor = "", Constructor = "",
@ -100,11 +100,17 @@ return {
Class = "", Class = "",
Interface = "", Interface = "",
Module = "", Module = "",
Namespace = "",
Package = "",
Property = "", Property = "",
Unit = "󰑭", Unit = "󰑭",
Value = "", Value = "",
String = "",
Number = "", Number = "",
NumberHex = "󱊧", NumberHex = "󱊧",
Boolean = "",
Array = "",
Object = "",
Enum = "", Enum = "",
Keyword = "", Keyword = "",
Snippet = "󰘦", Snippet = "󰘦",
@ -112,6 +118,8 @@ return {
File = "󰈙", File = "󰈙",
Reference = "󰈇", Reference = "󰈇",
Folder = "󰉋", Folder = "󰉋",
Key = '',
Null = '',
EnumMember = "", EnumMember = "",
Constant = "", Constant = "",
Struct = "󰙅", Struct = "󰙅",