|
@@ -26,7 +26,12 @@ require("lazy").setup({
|
|
version = false, -- always use the latest git commit
|
|
version = false, -- always use the latest git commit
|
|
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
|
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
|
},
|
|
},
|
|
- install = { colorscheme = { "tokyonight", "habamax" } },
|
|
|
|
|
|
+ install = {
|
|
|
|
+ colorscheme = {
|
|
|
|
+ "tokyonight",
|
|
|
|
+ "habamax"
|
|
|
|
+ },
|
|
|
|
+ },
|
|
checker = { enabled = true }, -- automatically check for plugin updates
|
|
checker = { enabled = true }, -- automatically check for plugin updates
|
|
performance = {
|
|
performance = {
|
|
rtp = {
|
|
rtp = {
|