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 = "*", -- try installing the latest stable version for plugins that support semver
|
||||
},
|
||||
install = { colorscheme = { "tokyonight", "habamax" } },
|
||||
checker = {
|
||||
enabled = true, -- check for plugin updates periodically
|
||||
notify = false, -- notify on update
|
||||
}, -- automatically check for plugin updates
|
||||
checker = { enabled = true }, -- automatically check for plugin updates
|
||||
install = { colorscheme = { "everforest" } },
|
||||
performance = {
|
||||
rtp = {
|
||||
-- disable some rtp plugins
|
||||
|
|
Loading…
Reference in New Issue