fix(nvim.plugin.goc): fix coverage highlights
This commit is contained in:
parent
32b714f1c1
commit
aee5c0955c
1 changed files with 3 additions and 3 deletions
|
@ -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"})
|
||||||
|
|
Loading…
Add table
Reference in a new issue