aboutsummaryrefslogtreecommitdiff
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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lsp/handlers.lua b/lua/user/lsp/handlers.lua
index 76b4572..6a55097 100644
--- a/lua/user/lsp/handlers.lua
+++ b/lua/user/lsp/handlers.lua
@@ -15,7 +15,7 @@ M.setup = function()
local config = {
-- disable virtual text
- virtual_text = false,
+ virtual_text = true,
-- show signs
signs = {
active = signs,