mirror of https://github.com/LazyVim/starter
feat: change default color scheme
parent
c3937ac4a9
commit
05dd8412d4
|
@ -30,11 +30,8 @@ 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" } },
|
checker = { enabled = true }, -- automatically check for plugin updates
|
||||||
checker = {
|
install = { colorscheme = { "everforest" } },
|
||||||
enabled = true, -- check for plugin updates periodically
|
|
||||||
notify = false, -- notify on update
|
|
||||||
}, -- automatically check for plugin updates
|
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
-- disable some rtp plugins
|
-- disable some rtp plugins
|
||||||
|
|
Loading…
Reference in New Issue