diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-10 21:58:30 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-10 21:58:30 +0100 |
commit | 922f53610f3191f437729633dbe3b9bd637fe6fc (patch) | |
tree | ac11dba2bd070442342506dfb89e1c574bd126db | |
parent | 5bc432d047a06c4f1fc86b953faf64990237d0f7 (diff) |
Enable termguicolors
-rw-r--r-- | lua/settings/options.lua | 2 |
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) |