diff --git a/lua/catppuccin/core/integrations/coc_nvim.lua b/lua/catppuccin/core/integrations/coc_nvim.lua index 78be03f..8f2b947 100644 --- a/lua/catppuccin/core/integrations/coc_nvim.lua +++ b/lua/catppuccin/core/integrations/coc_nvim.lua @@ -9,7 +9,7 @@ function M.get(cp) local hint = cp.teal return { - -- These groups are for the coc.nvim documentation (https://github.com/neoclide/coc.nvim/blob/master/doc/coc.txt#L2365). + -- These groups are for the coc.nvim, the documentation is here (https://github.com/neoclide/coc.nvim/blob/master/doc/coc.txt#L2365). CocErrorHighlight = { fg = error }, CocErrorSign = { fg = error }, CocErrorVirtualText = { fg = error },