refactor(vim): update the icons that show in completion

This commit is contained in:
Ade Attwood 2024-04-10 19:09:24 +01:00
parent 2f6e30fb53
commit ad88b65474

View file

@ -9,30 +9,31 @@ require("copilot").setup {
require("copilot_cmp").setup() require("copilot_cmp").setup()
local icons = { local 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 = "󰅲",
} }
cmp.setup { cmp.setup {