mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
add lsp_signature_help_delay to allow users to configure and default to 200 (#1106)
This commit is contained in:
@@ -54,6 +54,7 @@ let g:lsp_peek_alignment = get(g:, 'lsp_peek_alignment', 'center')
|
||||
let g:lsp_preview_max_width = get(g:, 'lsp_preview_max_width', -1)
|
||||
let g:lsp_preview_max_height = get(g:, 'lsp_preview_max_height', -1)
|
||||
let g:lsp_signature_help_enabled = get(g:, 'lsp_signature_help_enabled', 1)
|
||||
let g:lsp_signature_help_delay = get(g:, 'lsp_signature_help_delay', 200)
|
||||
let g:lsp_show_workspace_edits = get(g:, 'lsp_show_workspace_edits', 0)
|
||||
let g:lsp_fold_enabled = get(g:, 'lsp_fold_enabled', 1)
|
||||
let g:lsp_hover_conceal = get(g:, 'lsp_hover_conceal', 1)
|
||||
|
||||
Reference in New Issue
Block a user