From d6528e1d11900979a86882a12321f1b25325f82e Mon Sep 17 00:00:00 2001 From: thomas-gideon-gm Date: Wed, 2 Oct 2024 14:51:09 -0400 Subject: [PATCH] Make LSP diagnostics less intrusive --- lsp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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