We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61280b5 commit aecb0c7Copy full SHA for aecb0c7
lua/copilot/highlight.lua
@@ -13,7 +13,6 @@ local links = {
13
function mod.setup()
14
-- Some environments will load themes after plugins (like ChadNv) so we do it as late as possible
15
vim.schedule(function()
16
- vim.print("Setting up copilot highlight groups")
17
for from_group, to_group in pairs(links) do
18
local ok, existing = pcall(vim.api.nvim_get_hl, 0, { name = from_group })
19
if not ok or vim.tbl_isempty(existing) then
0 commit comments