1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +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 = "",
},
symbols = {
Text = "󱀍",
Text = "",
Method = "",
Function = "󰊕",
Constructor = "",
@ -100,11 +100,17 @@ return {
Class = "",
Interface = "",
Module = "",
Namespace = "",
Package = "",
Property = "",
Unit = "󰑭",
Value = "",
String = "",
Number = "",
NumberHex = "󱊧",
Boolean = "",
Array = "",
Object = "",
Enum = "",
Keyword = "",
Snippet = "󰘦",
@ -112,6 +118,8 @@ return {
File = "󰈙",
Reference = "󰈇",
Folder = "󰉋",
Key = '',
Null = '',
EnumMember = "",
Constant = "",
Struct = "󰙅",