diff --git a/.config/bat/config b/.config/bat/config index 1ccd4bc..b6ccf7b 100644 --- a/.config/bat/config +++ b/.config/bat/config @@ -1,3 +1,2 @@ ---theme=GitHub --italic-text=always --plain diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 5e66640..b2e4868 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -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"})