Support lsp_document_symbol_detail option (#1482)

* Support `lsp_document_symbol_detail` option

to show details

* fixup! Support `lsp_document_symbol_detail` option
This commit is contained in:
Satoru Kitaguchi
2023-08-05 10:58:33 +09:00
committed by GitHub
parent 39bad0b67e
commit 2be2b07b53
3 changed files with 21 additions and 2 deletions

View File

@@ -85,6 +85,8 @@ let g:lsp_code_action_ui = get(g:, 'lsp_code_action_ui', 'preview')
let g:lsp_get_supported_capabilities = get(g:, 'lsp_get_supported_capabilities', [function('lsp#default_get_supported_capabilities')])
let g:lsp_document_symbol_detail = get(g:, 'lsp_document_symbol_detail', 0)
let g:lsp_experimental_workspace_folders = get(g:, 'lsp_experimental_workspace_folders', 0)
if g:lsp_auto_enable