nvim: icon tweaks
This commit is contained in:
parent
d6a489b221
commit
e41195a7a7
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ M.kind = {
|
||||||
Class = " ",
|
Class = " ",
|
||||||
Color = " ",
|
Color = " ",
|
||||||
Constant = " ", --
|
Constant = " ", --
|
||||||
Constructor = " ",
|
Constructor = " ", --
|
||||||
Copilot = " ",
|
Copilot = " ",
|
||||||
Enum = " ", --
|
Enum = " ", --
|
||||||
EnumMember = " ", --
|
EnumMember = " ", --
|
||||||
|
@ -56,7 +56,7 @@ M.kind = {
|
||||||
Module = " ",
|
Module = " ",
|
||||||
Namespace = " ",
|
Namespace = " ",
|
||||||
Null = " ", --
|
Null = " ", --
|
||||||
Number = " ",
|
Number = " ", --
|
||||||
Object = " ",
|
Object = " ",
|
||||||
Operator = " ",
|
Operator = " ",
|
||||||
Package = " ",
|
Package = " ",
|
||||||
|
|
Loading…
Add table
Reference in a new issue