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()
local icons = {
Text = "",
Method = "",
Function = "",
Text = "",
Method = "󰆧",
Function = "󰊕",
Constructor = "",
Field = "",
Variable = "",
Class = "",
Field = "󰇽",
Variable = "󰂡",
Class = "󰠱",
Interface = "",
Module = "",
Property = "",
Unit = "",
Value = "",
Property = "󰜢",
Unit = "",
Value = "󰎠",
Enum = "",
Keyword = "",
Keyword = "󰌋",
Snippet = "",
Color = "",
File = "",
Reference = "",
Folder = "",
Color = "󰏘",
File = "󰈙",
Reference = "",
Folder = "󰉋",
EnumMember = "",
Constant = "",
Struct = "",
Constant = "󰏿",
Struct = "",
Event = "",
Operator = "",
Operator = "󰆕",
TypeParameter = "󰅲",
}
cmp.setup {