diff options
Diffstat (limited to 'lua/core/appearance.lua')
-rw-r--r-- | lua/core/appearance.lua | 2 |
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 |