diff --git a/site-modules/core/files/vim/plugin/completion.lua b/site-modules/core/files/vim/plugin/completion.lua index fc55879..78b9d6c 100644 --- a/site-modules/core/files/vim/plugin/completion.lua +++ b/site-modules/core/files/vim/plugin/completion.lua @@ -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 {