From 704529dfc58bacbd93ab06c262a995532af55f17 Mon Sep 17 00:00:00 2001 From: Aaron John Date: Tue, 11 Jun 2024 21:53:55 -0700 Subject: [PATCH] tweak: use default colorscheme --- 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 2e7bf62..fa82828 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -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 = {