mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user