From 918470fac61c6b9d98138fb8ae8e400bcf37269f Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 27 Oct 2022 12:30:15 +0530 Subject: nvim: appearance.lua: set termguicolors to true Signed-off-by: listout --- lua/core/appearance.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core') diff --git a/lua/core/appearance.lua b/lua/core/appearance.lua index a1ff443..452c4b9 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 = false -- Enable 24-bit RGB colors +opt.termguicolors = true -- Enable 24-bit RGB colors opt.laststatus = 2 -- Set global statusline opt.splitbelow = true opt.splitright = true -- cgit v1.2.3