mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
added copilot configuration and theming
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user