diff --git a/.config/nvim/lua/custom/plugins/tiny-inline-diagnostic.lua b/.config/nvim/lua/custom/plugins/tiny-inline-diagnostic.lua index 930ba95..620f20f 100644 --- a/.config/nvim/lua/custom/plugins/tiny-inline-diagnostic.lua +++ b/.config/nvim/lua/custom/plugins/tiny-inline-diagnostic.lua @@ -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.