mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
fix message
via https://github.com/mattn/vim-lsp-settings/pull/93/files#r370495681
This commit is contained in:
@@ -133,7 +133,7 @@ function! s:vimlsp_settings_suggest() abort
|
||||
if exists(':LspInstallServer') !=# 2
|
||||
redraw
|
||||
echohl Directory
|
||||
echomsg 'If enable Language Server, please do :LspInstallServer'
|
||||
echomsg 'Please do :LspInstallServer to enable Language Server'
|
||||
echohl None
|
||||
command! -buffer LspInstallServer call s:vimlsp_install_server()
|
||||
endif
|
||||
@@ -186,7 +186,7 @@ function! s:vimlsp_suggest_plugin() abort
|
||||
endif
|
||||
redraw
|
||||
echohl Directory
|
||||
echomsg printf('If enable Language Server, please install vim-plugin "%s"', l:server['vim-plugin']['name'])
|
||||
echomsg printf('Please install vim-plugin "%s" to enable Language Server', l:server['vim-plugin']['name'])
|
||||
echohl None
|
||||
return
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user