mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Merge pull request #34 from MonstrousOgre/nvim_lsp
Nvim LSP Diagnostic Colors
This commit is contained in:
@@ -493,6 +493,16 @@ hi link pythonTripleQuotes Comment
|
||||
hi link pythonDoctest Comment
|
||||
hi link pythonDoctest2 Comment
|
||||
|
||||
" Nvim LSP
|
||||
call Highlight("LspDiagnosticsDefaultError", { "cterm": 197, "gui": "#fd2c40" }, s:none, s:none)
|
||||
call Highlight("LspDiagnosticsDefaultWarning", s:yellow, s:none, s:none)
|
||||
call Highlight("LspDiagnosticsDefaultInformation", s:white, s:none, s:none)
|
||||
call Highlight("LspDiagnosticsDefaultHint", s:light_grey, s:none, s:none)
|
||||
call Highlight("LspDiagnosticsUnderlineError", s:none, s:none, s:underline)
|
||||
call Highlight("LspDiagnosticsUnderlineWarning", s:none, s:none, s:underline)
|
||||
call Highlight("LspDiagnosticsUnderlineInformation", s:none, s:none, s:underline)
|
||||
call Highlight("LspDiagnosticsUnderlineHint", s:none, s:none, s:underline)
|
||||
|
||||
" Must be at the end, because of ctermbg=234 bug.
|
||||
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
||||
set background=dark
|
||||
|
||||
Reference in New Issue
Block a user