configure lazy and manage lazy with lazy :ronseal:

This commit is contained in:
Thomas Ruoff
2024-10-02 10:04:20 +02:00
parent 2863a2561e
commit 81f5d12410

View File

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