summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/settings/options.lua2
1 files changed, 1 insertions, 1 deletions
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)