mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
highlight change: NonText -> Comment (#1266)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user