fix(nvim): remove nvim-goc syntax highlighting as it is now supported by bsolarized2
This commit is contained in:
parent
e98098352a
commit
f01555f989
1 changed files with 0 additions and 5 deletions
|
@ -13,8 +13,3 @@ vim.cmd [[
|
|||
autocmd FileType go nnoremap <buffer><leader>cf :lua require('nvim-goc').CoverageFunc()<cr>
|
||||
augroup end
|
||||
]]
|
||||
|
||||
-- default colors
|
||||
vim.api.nvim_set_hl(0, 'GocNormal', {link='Comment'})
|
||||
vim.api.nvim_set_hl(0, 'GocCovered', {ctermfg=2, bold=true})
|
||||
vim.api.nvim_set_hl(0, 'GocUncovered', {ctermfg=1, bold=true})
|
||||
|
|
Loading…
Add table
Reference in a new issue