chore(nvim): updated config
This commit is contained in:
parent
d1f612bf79
commit
e40e156d85
5 changed files with 45 additions and 29 deletions
|
@ -19,14 +19,6 @@ if not lspkind_status_ok then
|
|||
return
|
||||
end
|
||||
|
||||
cmp.event:on("menu_opened", function()
|
||||
vim.b.copilot_suggestion_hidden = true
|
||||
end)
|
||||
|
||||
cmp.event:on("menu_closed", function()
|
||||
vim.b.copilot_suggestion_hidden = false
|
||||
end)
|
||||
|
||||
-- some other good icons
|
||||
local kind_icons = {
|
||||
Text = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue