AutoYADM commit: 2024-12-05 22:30:01
This commit is contained in:
parent
62228bfda1
commit
7fdf78dd3f
3 changed files with 5 additions and 2 deletions
|
@ -21,6 +21,9 @@ require("lazy").setup({
|
|||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
dev = {
|
||||
path = "~/dev/plugins",
|
||||
},
|
||||
defaults = {
|
||||
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
||||
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
|
||||
|
@ -30,7 +33,7 @@ require("lazy").setup({
|
|||
version = false, -- always use the latest git commit
|
||||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||
},
|
||||
install = { colorscheme = { "tokyonight", "habamax" } },
|
||||
install = {},
|
||||
checker = {
|
||||
enabled = true, -- check for plugin updates periodically
|
||||
notify = false, -- notify on update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue