diff --git a/lsp.vim b/lsp.vim index 8e1bc37..7f31104 100644 --- a/lsp.vim +++ b/lsp.vim @@ -51,7 +51,7 @@ EOF " Set updatetime for CursorHold " ms of no cursor movement to trigger CursorHold -set updatetime=750 +set updatetime=3000 " Show diagnostic popup on cursor hold autocmd CursorHold * lua vim.diagnostic.open_float() " have a fixed column for the diagnostics to appear in