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:
parent
718f803be2
commit
882665f13c
1 changed files with 9 additions and 1 deletions
|
|
@ -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 = "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue