mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
changing colorscheme to rose-pine
This commit is contained in:
parent
31c4b01563
commit
de458a2ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ 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 = { "rose-pine" } },
|
||||||
checker = { enabled = true }, -- automatically check for plugin updates
|
checker = { enabled = true }, -- automatically check for plugin updates
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue