fix(nvim.plugin.goc): fix coverage highlights

This commit is contained in:
Bruno Carlin 2022-06-15 11:25:14 +02:00
parent 32b714f1c1
commit aee5c0955c

View file

@ -15,6 +15,6 @@ vim.cmd [[
]] ]]
-- default colors -- default colors
-- vim.highlight.link('GocNormal', 'Comment') vim.highlight.link('GocNormal', 'Comment')
-- vim.highlight.link('GocCovered', 'String') vim.highlight.create('GocCovered', {ctermfg=2, cterm="none,bold"})
-- vim.highlight.link('GocUncovered', 'Error') vim.highlight.create('GocUncovered', {ctermfg=1, cterm="none,bold"})