Ignore suggestion for already installed

This commit is contained in:
Yasuhiro Matsumoto
2020-10-26 09:13:46 +09:00
parent c77b724f2f
commit e5a5bb7da1

View File

@@ -340,6 +340,9 @@ function! s:vim_lsp_settings_suggest(ft) abort
if empty(l:entry)
return
endif
if lsp_settings#executable(l:entry[0])
return
endif
redraw!
echohl Directory