diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-05 00:15:31 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-05 00:15:31 +0800 |
| commit | b505e98e523306a11d9729f2c422ba465fe20b5e (patch) | |
| tree | cd76dd9b83d5327a38ab93b9fe056d1ef98e0ceb /core | |
| parent | 3e10e4ac811f4249c71c44267050a9eb3efa73fd (diff) | |
update vim-lsp setting
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index f999a19..f7272d9 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -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') |
