added copilot configuration and theming

This commit is contained in:
aminnairi
2023-12-02 23:51:47 +01:00
parent 38cf4d903a
commit ed71779212
2 changed files with 5 additions and 1 deletions
@@ -5,6 +5,7 @@ return {
mode = 'symbol_text',
preset = 'codicons',
symbol_map = {
Copilot = "",
Text = "󰉿",
Method = "󰆧",
Function = "󰊕",
@@ -32,5 +33,7 @@ return {
TypeParameter = "",
},
})
vim.api.nvim_set_hl(0, "CmpItemKindCopilot", {fg ="#6CC644"})
end
}