mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Allow specifying max width for floating windows (#1336)
This commit is contained in:
@@ -58,6 +58,7 @@ let g:lsp_preview_fixup_conceal = get(g:, 'lsp_preview_fixup_conceal', 0)
|
||||
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_float_max_width = get(g:, 'lsp_float_max_width', -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)
|
||||
|
||||
Reference in New Issue
Block a user