diff options
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 728455a..765a2ef 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -233,10 +233,10 @@ if utils.executable("lua-language-server") then end -- Change diagnostic signs. -fn.sign_define("DiagnosticSignError", { text = "â", texthl = "DiagnosticSignError" }) -fn.sign_define("DiagnosticSignWarn", { text = "!", texthl = "DiagnosticSignWarn" }) -fn.sign_define("DiagnosticSignInformation", { text = "īŠ", texthl = "DiagnosticSignInfo" }) -fn.sign_define("DiagnosticSignHint", { text = "ī ´", texthl = "DiagnosticSignHint" }) +fn.sign_define("DiagnosticSignError", { text = 'đ', texthl = "DiagnosticSignError" }) +fn.sign_define("DiagnosticSignWarn", { text = 'â ī¸', texthl = "DiagnosticSignWarn" }) +fn.sign_define("DiagnosticSignInfo", { text = 'âšī¸', texthl = "DiagnosticSignInfo" }) +fn.sign_define("DiagnosticSignHint", { text = 'ī', texthl = "DiagnosticSignHint" }) -- global config for diagnostic diagnostic.config { |
