Check commmand installable

This commit is contained in:
Yasuhiro Matsumoto
2021-01-04 13:33:08 +09:00
parent 055d426d79
commit 7738363a1f

View File

@@ -368,6 +368,9 @@ function! s:vim_lsp_settings_suggest(ft) abort
if empty(l:entry)
return
endif
if len(l:entry) < 2
return
endif
if lsp_settings#executable(l:entry[0])
return
endif