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