From 8180e3adf6afc518a62cd6031251fe16524c2128 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 4 Jan 2022 15:27:36 -0500 Subject: [PATCH] Migrate deprecated call --- lsp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp.vim b/lsp.vim index 985f4e8..e363309 100644 --- a/lsp.vim +++ b/lsp.vim @@ -76,7 +76,7 @@ EOF " 300ms of no cursor movement to trigger CursorHold set updatetime=750 " Show diagnostic popup on cursor hold -autocmd CursorHold * lua vim.lsp.diagnostic.show_line_diagnostics() +autocmd CursorHold * lua vim.diagnostic.open_float() " have a fixed column for the diagnostics to appear in " this removes the jitter when warnings/errors flow in set signcolumn=yes