nvim: plugin_settings: Disable diagnostic virtual text
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e4703d72f0
commit
d6e3c1a611
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ let g:ale_linters = {
|
||||||
\}
|
\}
|
||||||
|
|
||||||
" Neovim LSP Diagnostics
|
" Neovim LSP Diagnostics
|
||||||
let g:diagnostic_enable_virtual_text = 1
|
let g:diagnostic_enable_virtual_text = 0
|
||||||
let g:diagnostic_show_sign = 1
|
let g:diagnostic_show_sign = 1
|
||||||
let g:diagnostic_auto_popup_while_jump = 1
|
let g:diagnostic_auto_popup_while_jump = 1
|
||||||
let g:diagnostic_insert_delay = 1
|
let g:diagnostic_insert_delay = 1
|
||||||
|
|
Loading…
Reference in a new issue