summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/core/appearance.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/appearance.lua b/lua/core/appearance.lua
index a1ff443..452c4b9 100644
--- a/lua/core/appearance.lua
+++ b/lua/core/appearance.lua
@@ -12,7 +12,7 @@ opt.splitbelow = true -- Horizontal split to the bottom
opt.ignorecase = true -- Ignore case letters when search
opt.smartcase = true -- Ignore lowercase for the whole pattern
opt.linebreak = true -- Wrap on word boundary
-opt.termguicolors = false -- Enable 24-bit RGB colors
+opt.termguicolors = true -- Enable 24-bit RGB colors
opt.laststatus = 2 -- Set global statusline
opt.splitbelow = true
opt.splitright = true