fix(neovim): tiny-inline-diagnostic properly loads now

This commit is contained in:
Kyren223
2024-08-04 00:51:32 +03:00
parent da22009c54
commit 7023c01d4e

View File

@@ -1,6 +1,6 @@
return {
'rachartier/tiny-inline-diagnostic.nvim',
event = 'VeryLazy',
event = { 'BufReadPre', 'BufNewFile' },
opts = {
options = {
-- Throttle the update of the diagnostic when moving cursor, in milliseconds.