highlight change: NonText -> Comment (#1266)

This commit is contained in:
Eric Larson
2022-01-14 17:56:49 -08:00
committed by GitHub
parent c5e5ccc028
commit 66b56c026f

View File

@@ -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)