mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
removed copilot related stuff from lspkind
This commit is contained in:
@@ -5,7 +5,6 @@ return {
|
|||||||
mode = 'symbol_text',
|
mode = 'symbol_text',
|
||||||
preset = 'codicons',
|
preset = 'codicons',
|
||||||
symbol_map = {
|
symbol_map = {
|
||||||
Copilot = "",
|
|
||||||
Text = "",
|
Text = "",
|
||||||
Method = "",
|
Method = "",
|
||||||
Function = "",
|
Function = "",
|
||||||
@@ -33,7 +32,5 @@ return {
|
|||||||
TypeParameter = "",
|
TypeParameter = "",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_set_hl(0, "CmpItemKindCopilot", {fg ="#6CC644"})
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user