Skip to content

Commit aecb0c7

Browse files
committed
fix: remove unnecessary print
1 parent 61280b5 commit aecb0c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/copilot/highlight.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ local links = {
1313
function mod.setup()
1414
-- Some environments will load themes after plugins (like ChadNv) so we do it as late as possible
1515
vim.schedule(function()
16-
vim.print("Setting up copilot highlight groups")
1716
for from_group, to_group in pairs(links) do
1817
local ok, existing = pcall(vim.api.nvim_get_hl, 0, { name = from_group })
1918
if not ok or vim.tbl_isempty(existing) then

0 commit comments

Comments
 (0)