using correct 'autoread' parameter

This commit is contained in:
2026-05-29 10:34:10 -06:00
parent 4e2f25ae43
commit 5511da5a98

View File

@@ -59,7 +59,7 @@ return {
}, },
} }
vim.o.autoreload = true -- Required for `opts.events.reload` vim.o.autoread = true -- Required for `opts.events.reload`
end, end,
}, },
} }