Migrate deprecated call

This commit is contained in:
Thomas Gideon 2022-01-04 15:27:36 -05:00
parent 1aa5379036
commit 8180e3adf6
1 changed files with 1 additions and 1 deletions

View File

@ -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