From 8c2bbd2143af11a0f4592ea78cbaed7e986efb26 Mon Sep 17 00:00:00 2001 From: siduck Date: Tue, 11 Jan 2022 06:14:32 +0530 Subject: [PATCH] fix cursor bugging when using auto-completion #603 --- lua/plugins/configs/others.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index 5240ba1..8784c29 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -119,7 +119,6 @@ M.lsp_handlers = function() vim.diagnostic.config { virtual_text = { prefix = "", - spacing = 0, }, signs = true, underline = true,