Update kind icons
This commit is contained in:
parent
d5861f05e8
commit
9e8675d17e
@ -46,30 +46,30 @@ return {
|
|||||||
opts = function()
|
opts = function()
|
||||||
vim.api.nvim_set_hl(0, "CmpGhostText", { link = "Comment", default = true })
|
vim.api.nvim_set_hl(0, "CmpGhostText", { link = "Comment", default = true })
|
||||||
local kind_icons = {
|
local kind_icons = {
|
||||||
Text = "",
|
Text = " ",
|
||||||
Method = "",
|
Method = " ",
|
||||||
Function = "",
|
Function = " ",
|
||||||
Constructor = "",
|
Constructor = " ",
|
||||||
Field = "",
|
Field = " ",
|
||||||
Variable = "",
|
Variable = " ",
|
||||||
Class = "",
|
Class = " ",
|
||||||
Interface = "",
|
Interface = " ",
|
||||||
Module = "",
|
Module = " ",
|
||||||
Property = "",
|
Property = " ",
|
||||||
Unit = "",
|
Unit = "",
|
||||||
Value = "",
|
Value = " ",
|
||||||
Enum = "",
|
Enum = " ",
|
||||||
Keyword = "",
|
Keyword = " ",
|
||||||
Snippet = "",
|
Snippet = " ",
|
||||||
Color = "",
|
Color = " ",
|
||||||
File = "",
|
File = " ",
|
||||||
Reference = "",
|
Reference = " ",
|
||||||
Folder = "",
|
Folder = " ",
|
||||||
EnumMember = "",
|
EnumMember = " ",
|
||||||
Constant = "",
|
Constant = " ",
|
||||||
Struct = "",
|
Struct = " ",
|
||||||
Event = "",
|
Event = " ",
|
||||||
Operator = "",
|
Operator = " ",
|
||||||
TypeParameter = "",
|
TypeParameter = "",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user