[nvim] always show coc diagnostics in virtual text

This commit is contained in:
Dmytro Meleshko 2020-05-27 22:51:52 +03:00
parent b1d022e1fe
commit e145d64d20
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ endif
let g:coc_global_extensions += ['coc-snippets']
let g:coc_user_config['diagnostic'] = {
\ 'virtualText': v:true,
\ 'virtualTextCurrentLineOnly': v:false,
\ 'enableMessage': 'jump',
\ 'errorSign': 'XX',
\ 'warningSign': '!!',