summaryrefslogtreecommitdiffstats
path: root/lua/user/lsp/handlers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/lsp/handlers.lua')
-rw-r--r--lua/user/lsp/handlers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/user/lsp/handlers.lua b/lua/user/lsp/handlers.lua
index b7b1a92..907f479 100644
--- a/lua/user/lsp/handlers.lua
+++ b/lua/user/lsp/handlers.lua
@@ -15,12 +15,12 @@ M.setup = function()
local config = {
-- disable virtual text
- virtual_text = false,
+ virtual_text = true,
-- show signs
signs = {
active = signs,
},
- update_in_insert = true,
+ update_in_insert = false,
underline = true,
severity_sort = true,
float = {