mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] always show coc diagnostics in virtual text
This commit is contained in:
parent
b1d022e1fe
commit
e145d64d20
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ endif
|
||||||
let g:coc_global_extensions += ['coc-snippets']
|
let g:coc_global_extensions += ['coc-snippets']
|
||||||
let g:coc_user_config['diagnostic'] = {
|
let g:coc_user_config['diagnostic'] = {
|
||||||
\ 'virtualText': v:true,
|
\ 'virtualText': v:true,
|
||||||
|
\ 'virtualTextCurrentLineOnly': v:false,
|
||||||
\ 'enableMessage': 'jump',
|
\ 'enableMessage': 'jump',
|
||||||
\ 'errorSign': 'XX',
|
\ 'errorSign': 'XX',
|
||||||
\ 'warningSign': '!!',
|
\ 'warningSign': '!!',
|
||||||
|
|
Loading…
Reference in a new issue