This commit is contained in:
Yasuhiro Matsumoto
2026-02-18 14:03:41 +09:00
parent 6b7b49d577
commit e8926187fc
+1 -1
View File
@@ -600,7 +600,7 @@ function! s:vim_lsp_load_or_suggest(ft) abort
let s:ftmap[a:ft] = 1
" If default server is specified as list, continue to look next.
if type(l:default) !=# v:t_list && !empty(l:default)
if type(l:default) !=# v:t_list
break
endif
endif