disable termguicolors

This commit is contained in:
mustard 2025-09-23 02:43:16 +02:00
parent 8cb281f436
commit efb3ec1dcb

View file

@ -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