diff options
Diffstat (limited to 'lua/user/lsp')
-rw-r--r-- | lua/user/lsp/handlers.lua | 4 |
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 = { |