fix(nvim): default lazy.nvim configs

This commit is contained in:
Barrett Ruth 2026-02-20 21:34:07 -05:00
parent c47cef8e88
commit 30dc3f20ea
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -67,4 +67,5 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup('plugins', {
change_detection = { enabled = false },
performance = { rtp = { reset = false } },
})