terminal fight!

This commit is contained in:
Daniel Lundin 2020-10-15 11:39:31 +02:00
parent d8decfcf23
commit 80e020b306
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +1,2 @@
--theme=GitHub
--italic-text=always
--plain

View file

@ -353,8 +353,8 @@ let g:diagnostic_enable_virtual_text = 1
let g:diagnostic_insert_delay = 1
let g:diagnostic_virtual_text_prefix = '⟸ '
call sign_define("LspDiagnosticsErrorSign", {"text" : "", "texthl" : "LspDiagnosticsError"})
call sign_define("LspDiagnosticsWarningSign", {"text" : "", "texthl" : "LspDiagnosticsWarning"})
call sign_define("LspDiagnosticsErrorSign", {"text" : "🔥", "texthl" : "LspDiagnosticsError"})
call sign_define("LspDiagnosticsWarningSign", {"text" : "", "texthl" : "LspDiagnosticsWarning"})
call sign_define("LspDiagnosticsInformationSign", {"text" : "I", "texthl" : "LspDiagnosticsInformation"})
call sign_define("LspDiagnosticsHintSign", {"text" : "H", "texthl" : "LspDiagnosticsHint"})