From 922f53610f3191f437729633dbe3b9bd637fe6fc Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Mon, 10 Jan 2022 21:58:30 +0100
Subject: Enable termguicolors

---
 lua/settings/options.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lua/settings')

diff --git a/lua/settings/options.lua b/lua/settings/options.lua
index b335c9c..527781f 100644
--- a/lua/settings/options.lua
+++ b/lua/settings/options.lua
@@ -18,7 +18,7 @@ local options = {
 	splitbelow = true, -- force all horizontal splits to go below current window
 	splitright = true, -- force all vertical splits to go to the right of current window
 	swapfile = false, -- creates a swapfile
-	-- termguicolors = true,                    -- set term gui colors (most terminals support this)
+	termguicolors = true, -- set term gui colors (most terminals support this)
 	timeoutlen = 1000, -- time to wait for a mapped sequence to complete (in milliseconds)
 	undofile = true, -- enable persistent undo
 	updatetime = 300, -- faster completion (4000ms default)
-- 
cgit v1.2.3-70-g09d2