fix(nvim): default lazy.nvim configs
This commit is contained in:
parent
c47cef8e88
commit
30dc3f20ea
1 changed files with 1 additions and 0 deletions
|
|
@ -67,4 +67,5 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require('lazy').setup('plugins', {
|
require('lazy').setup('plugins', {
|
||||||
change_detection = { enabled = false },
|
change_detection = { enabled = false },
|
||||||
|
performance = { rtp = { reset = false } },
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue