feat(nvim): update cmp icons

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent e37a102315
commit 83bb18fdd1

View file

@ -2,30 +2,30 @@ local cmp = require('cmp')
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 = "󰅲"
} }
local has_words_before = function() local has_words_before = function()