Enable installable for efm-langserver

This commit is contained in:
Yasuhiro Matsumoto
2020-03-02 12:27:02 +09:00
parent dee0c2ad3a
commit d9774098d3

View File

@@ -52,6 +52,9 @@ function! s:vim_lsp_installer(ft, ...) abort
if empty(l:server)
return []
endif
if l:ft !=# '_'
let l:server += s:settings['_']
endif
let l:found = {}
for l:conf in l:server
let l:missing = 0