fix cursor bugging when using auto-completion #603

This commit is contained in:
siduck 2022-01-11 06:14:32 +05:30
parent e9b25e5912
commit 8c2bbd2143

View File

@ -119,7 +119,6 @@ M.lsp_handlers = function()
vim.diagnostic.config {
virtual_text = {
prefix = "",
spacing = 0,
},
signs = true,
underline = true,