mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update vim-lsp settings
This commit is contained in:
parent
94561247a9
commit
0b80636fe3
@ -352,10 +352,10 @@ let g:lsp_highlights_enabled = 0
|
|||||||
|
|
||||||
" Do not use virtual text, they are far too obstrusive.
|
" Do not use virtual text, they are far too obstrusive.
|
||||||
let g:lsp_virtual_text_enabled = 0
|
let g:lsp_virtual_text_enabled = 0
|
||||||
" echo a diagnostic message at cursor position
|
" whether to echo a diagnostic message on statusline at cursor position
|
||||||
let g:lsp_diagnostics_echo_cursor = 0
|
let g:lsp_diagnostics_echo_cursor = 1
|
||||||
" show diagnostic in floating window
|
" Whether to show diagnostic in floating window
|
||||||
let g:lsp_diagnostics_float_cursor = 1
|
let g:lsp_diagnostics_float_cursor = 0
|
||||||
" whether to enable highlight a symbol and its references
|
" whether to enable highlight a symbol and its references
|
||||||
let g:lsp_highlight_references_enabled = 1
|
let g:lsp_highlight_references_enabled = 1
|
||||||
let g:lsp_preview_max_width = 80
|
let g:lsp_preview_max_width = 80
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user