mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
configure lazy and manage lazy with lazy :ronseal:
This commit is contained in:
@@ -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 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user