mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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 = "",
|
||||
},
|
||||
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 = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue