From 552052d5fc29951fa5391e0409cfc9f2edb3a6ee Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 28 Dec 2019 21:08:38 +0900 Subject: Show colored message --- plugin/lsp_settings.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/lsp_settings.vim b/plugin/lsp_settings.vim index b54ec20..5284203 100644 --- a/plugin/lsp_settings.vim +++ b/plugin/lsp_settings.vim @@ -109,7 +109,10 @@ function! s:vimlsp_settings_suggest() abort return endif if !exists(':LspInstallServer') + redraw + echohl Directory echomsg 'If you want to enable Language Server, please do :LspInstallServer' + echohl None command! -buffer LspInstallServer call s:vimlsp_install_server() endif endfunction -- cgit v1.2.3-54-g00ecf