AutoYADM commit: 2024-12-23 02:45:01

This commit is contained in:
Daniel Fichtinger 2024-12-23 02:45:01 -05:00
parent 65dbc7fa28
commit bb80f8a289
3 changed files with 18 additions and 2 deletions

View file

@ -34,7 +34,9 @@ require("lazy").setup({
version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver
},
install = {},
install = {
-- colo
},
checker = {
enabled = true, -- check for plugin updates periodically
notify = false, -- notify on update
@ -46,7 +48,7 @@ require("lazy").setup({
"gzip",
-- "matchit",
-- "matchparen",
-- "netrwPlugin",
"netrwPlugin",
"tarPlugin",
"tohtml",
"tutor",