mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Enable installable for efm-langserver
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user