aboutsummaryrefslogtreecommitdiff
path: root/lua/config/lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/lsp.lua')
-rw-r--r--lua/config/lsp.lua8
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 {