summaryrefslogtreecommitdiff
path: root/lua/core/appearance.lua
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-08-24 19:44:33 +0000
committerlistout <listout@protonmail.com>2022-09-01 10:56:42 +0000
commitdd31843246ccdf9783f1b54d79b5e1ee22596399 (patch)
tree9b0f42dbe44fd0dd79d8de963092daf04671e6d9 /lua/core/appearance.lua
parentf07108dca88d47eeae67587011994c6179a7d035 (diff)
downloadnvim-dd31843246ccdf9783f1b54d79b5e1ee22596399.tar.gz
[wip] better lua config for nvim
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '')
-rw-r--r--lua/core/appearance.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/appearance.lua b/lua/core/appearance.lua
index 452c4b9..a1ff443 100644
--- a/lua/core/appearance.lua
+++ b/lua/core/appearance.lua
@@ -12,7 +12,7 @@ opt.splitbelow = true -- Horizontal split to the bottom
opt.ignorecase = true -- Ignore case letters when search
opt.smartcase = true -- Ignore lowercase for the whole pattern
opt.linebreak = true -- Wrap on word boundary
-opt.termguicolors = true -- Enable 24-bit RGB colors
+opt.termguicolors = false -- Enable 24-bit RGB colors
opt.laststatus = 2 -- Set global statusline
opt.splitbelow = true
opt.splitright = true