mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] change warning/error signs
This commit is contained in:
parent
a3e88edfbf
commit
7eeb9e41d2
1 changed files with 6 additions and 1 deletions
|
@ -75,5 +75,10 @@ endif
|
|||
" }}}
|
||||
|
||||
call coc#add_extension('coc-snippets')
|
||||
call coc#config('diagnostic', { 'virtualText': v:true, 'enableMessage': 'jump' })
|
||||
call coc#config('diagnostic', {
|
||||
\ 'virtualText': v:true,
|
||||
\ 'enableMessage': 'jump',
|
||||
\ 'errorSign': 'XX',
|
||||
\ 'warningSign': '!!',
|
||||
\ })
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue