summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 21:58:30 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 21:58:30 +0100
commit922f53610f3191f437729633dbe3b9bd637fe6fc (patch)
treeac11dba2bd070442342506dfb89e1c574bd126db /lua
parent5bc432d047a06c4f1fc86b953faf64990237d0f7 (diff)
Enable termguicolors
Diffstat (limited to 'lua')
-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)