default to using quickpick for codelens (#1053)

This commit is contained in:
Prabir Shrestha
2021-01-18 09:54:59 -08:00
committed by GitHub
parent 17180038a8
commit 51a566c878
2 changed files with 1 additions and 17 deletions

View File

@@ -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!