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