diff --git a/autoload/lsp.vim b/autoload/lsp.vim index e8cb1933..ad3f18ed 100644 --- a/autoload/lsp.vim +++ b/autoload/lsp.vim @@ -141,7 +141,7 @@ let s:color_map = { \ 'starting': 'MoreMsg', \ 'failed': 'WarningMsg', \ 'running': 'Keyword', -\ 'not running': 'NonText' +\ 'not running': 'Comment' \} " Print the current status of all servers (if called with no arguments)