1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update vim-lsp setting

This commit is contained in:
jdhao 2020-11-05 00:15:31 +08:00
parent 3e10e4ac81
commit b505e98e52

View File

@ -359,6 +359,7 @@ let g:lsp_diagnostics_float_cursor = 1
" whether to enable highlight a symbol and its references
let g:lsp_highlight_references_enabled = 1
let g:lsp_preview_max_width = 80
let g:lsp_diagnostics_float_delay = 100
" set up pyls for vim-lsp
if executable('pyls')