temp, testing
This commit is contained in:
@@ -22,8 +22,13 @@ vim.opt.rtp:prepend(path_lazy_nvim)
|
||||
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ import = "plugins_lazy" },
|
||||
{ import = "plugins_lazy" },
|
||||
},
|
||||
checker = { enabled = false },
|
||||
change_detection = { notify = false },
|
||||
dev = {
|
||||
path = "~/dev/git/other/omarchy/plugins",
|
||||
patterns = { 'LazyVim' },
|
||||
fallback = false,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user