summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/lsp/config.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/lsp/config.lua b/lua/lsp/config.lua
index 146301c9..f9184e6f 100644
--- a/lua/lsp/config.lua
+++ b/lua/lsp/config.lua
@@ -10,10 +10,7 @@ return {
{ name = "LspDiagnosticsSignInformation", text = "" },
},
},
- virtual_text = {
- prefix = "ï„‘",
- spacing = 0,
- },
+ virtual_text = true,
update_in_insert = false,
underline = true,
severity_sort = true,