From efb3ec1dcb982dddee71cdd9afaacfddaa6d5c82 Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 23 Sep 2025 02:43:16 +0200 Subject: [PATCH] disable termguicolors --- .config/nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index edacb09..f4de0b1 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -6,7 +6,7 @@ vim.o.expandtab = true -- Convert tabs to spaces vim.o.smartindent = true -- Automatically indent new lines vim.o.wrap = true -- Disable line wrapping vim.o.cursorline = true -- Highlight the current line -vim.o.termguicolors = true -- Enable 24-bit RGB colors +-- vim.o.termguicolors = true -- Enable 24-bit RGB colors vim.o.clipboard = "unnamedplus" -- Syntax highlighting and filetype plugins