Update kind icons

This commit is contained in:
Jan Eitzinger 2024-03-18 21:02:55 +01:00
parent d5861f05e8
commit 9e8675d17e

View File

@ -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 = "󰅲",
} }