Skip to content

Commit 385ba48

Browse files
committed
Update vim-go diagnostic colors
1 parent cd51c2e commit 385ba48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ let g:go_metalinter_enabled = ['unconvert', 'megacheck', 'structcheck', 'gas', '
281281
" Sets go_guru_scope to the entire workspace
282282
let g:go_guru_scope = []
283283

284+
hi goDiagnosticError cterm=reverse ctermfg=Red
285+
hi goDiagnosticWarning cterm=reverse ctermfg=Brown
286+
284287
" [quickfix vs location list](https://github.com/fatih/vim-go/issues/696)
285288
let g:go_list_type = 'locationlist'
286289
" syntax-highlighting for Functions, Methods and Structs

0 commit comments

Comments
 (0)