From 83e5251d370d0b2092b5500e504ce60995a19108 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 20 May 2024 23:07:49 +0200 Subject: [PATCH] Remove termguicolors as this gets enabled automatically if the terminal emulator supports it since 0.10 release --- home/.config/nvim/lua/vim_opt.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/.config/nvim/lua/vim_opt.lua b/home/.config/nvim/lua/vim_opt.lua index d8783d9..1565b28 100644 --- a/home/.config/nvim/lua/vim_opt.lua +++ b/home/.config/nvim/lua/vim_opt.lua @@ -42,9 +42,6 @@ opt.numberwidth = 4 opt.updatetime = 250 opt.timeoutlen = 300 --- Richer colors in terminal, not all terminals support this -opt.termguicolors = true - -- Disable swapfile, 99/100 times it just gets in the way opt.swapfile = false