mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
tweak: use default colorscheme
This commit is contained in:
parent
4818e4b72f
commit
704529dfc5
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ 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" } },
|
||||
install = { colorscheme = { "tokyonight", "default" } },
|
||||
checker = { enabled = true }, -- automatically check for plugin updates
|
||||
performance = {
|
||||
rtp = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue