AutoYADM commit: 2024-12-23 03:15:02
This commit is contained in:
parent
31a85abeb4
commit
1d0f8f8d88
3 changed files with 7 additions and 10 deletions
|
@ -34,9 +34,8 @@ 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 = { "habamax" } },
|
||||
},
|
||||
-- install = { colorscheme = { "tokyonight", "habamax" } },
|
||||
install = { colorscheme = { "ashen", "habamax" } },
|
||||
checker = {
|
||||
enabled = true, -- check for plugin updates periodically
|
||||
notify = false, -- notify on update
|
||||
|
@ -56,4 +55,8 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
profiling = {
|
||||
loader = true,
|
||||
require = true,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue