better popover error messages

This commit is contained in:
Justin Prather 2023-05-24 00:21:26 -06:00
parent dfeb1e7a56
commit 770822730e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- You will likely want to reduce updatetime which affects CursorHold
-- note: this setting is global and should be set only once
vim.o.updatetime = 250
vim.cmd [[autocmd! CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]]
return {}