diff options
| author | ChristianChiarulli <chris.machine@pm.me> | 2021-12-19 05:05:38 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-19 05:05:38 -0500 |
| commit | 6260c377370a7fa9ab5d9bade00380b77d3367d4 (patch) | |
| tree | 38ff62651d9048d23d14054031482fdb76732cc6 /lua/user/options.lua | |
| parent | 286580a96a65b36dcd8484d3da5f7de09d963be4 (diff) | |
don't set guicolors right away01-options
Diffstat (limited to 'lua/user/options.lua')
| -rw-r--r-- | lua/user/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua index ad298d0..f382e4b 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -16,7 +16,7 @@ vim.opt.smartindent = true -- make indenting smarter again vim.opt.splitbelow = true -- force all horizontal splits to go below current window vim.opt.splitright = true -- force all vertical splits to go to the right of current window vim.opt.swapfile = false -- creates a swapfile -vim.opt.termguicolors = true -- set term gui colors (most terminals support this) +-- vim.opt.termguicolors = true -- set term gui colors (most terminals support this) vim.opt.timeoutlen = 1000 -- time to wait for a mapped sequence to complete (in milliseconds) vim.opt.undofile = true -- enable persistent undo vim.opt.updatetime = 300 -- faster completion (4000ms default) |
