mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
fix check default
This commit is contained in:
@@ -591,7 +591,7 @@ function! s:vim_lsp_load_or_suggest(ft) abort
|
|||||||
let s:ftmap[a:ft] = 1
|
let s:ftmap[a:ft] = 1
|
||||||
|
|
||||||
" If default server is specified as list, continue to look next.
|
" If default server is specified as list, continue to look next.
|
||||||
if type(l:default) !=# v:t_list
|
if type(l:default) !=# v:t_list && !empty(l:default)
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user