terminal fight!
This commit is contained in:
parent
d8decfcf23
commit
80e020b306
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
|||
--theme=GitHub
|
||||
--italic-text=always
|
||||
--plain
|
||||
|
|
|
@ -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"})
|
||||
|
||||
|
|
Loading…
Reference in a new issue