diff --git a/lua/initlazy.lua b/lua/initlazy.lua index c9f6dce..a5688f5 100644 --- a/lua/initlazy.lua +++ b/lua/initlazy.lua @@ -6,5 +6,9 @@ end ---@diagnostic disable-next-line: undefined-field vim.opt.rtp:prepend(lazypath) require('lazy').setup { - { import = 'plugins' }, + spec = { + { 'folke/lazy.nvim', version = '*' }, + { import = 'plugins' }, + }, + change_detection = { notify = false }, }