From de458a2ac480f0f0d8eee768cb2555e3b0926020 Mon Sep 17 00:00:00 2001 From: Joao Pedro Veloso Date: Wed, 10 Jul 2024 22:48:07 -0500 Subject: [PATCH] changing colorscheme to rose-pine --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 732f55a..5f29264 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -30,7 +30,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 = { "rose-pine" } }, checker = { enabled = true }, -- automatically check for plugin updates performance = { rtp = {