summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/user/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua
index d1ffe51..5c12621 100644
--- a/lua/user/options.lua
+++ b/lua/user/options.lua
@@ -22,4 +22,4 @@ vim.opt.shortmess:append "c" -- for autocompletion, don't giv
vim.opt.conceallevel = 0 -- do not conceal text
vim.opt.fileencoding = "utf-8" -- the encoding written to a file
--vim.opt.pumheight = 10 -- pop up menu height
---vim.opt.termguicolors = true -- set term gui colors (most terminals support this)
+vim.opt.termguicolors = false -- gui colors off by default