chore(coc_nvim): improve writing on comment

dev
vinibispo 2 years ago
parent 311be0a092
commit 58e495e75a

@ -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 },

Loading…
Cancel
Save