mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
default to using quickpick for codelens (#1053)
This commit is contained in:
@@ -63,8 +63,6 @@ let g:lsp_work_done_progress_enabled = get(g:, 'lsp_work_done_progress_enabled',
|
||||
|
||||
let g:lsp_get_supported_capabilities = get(g:, 'lsp_get_supported_capabilities', [function('lsp#default_get_supported_capabilities')])
|
||||
|
||||
let g:lsp_experimental_quickpick_ui = get(g:, 'lsp_experimental_quickpick_ui', 0)
|
||||
|
||||
if g:lsp_auto_enable
|
||||
augroup lsp_auto_enable
|
||||
autocmd!
|
||||
|
||||
Reference in New Issue
Block a user