Remove termguicolors as this gets enabled automatically if the terminal emulator supports it since 0.10 release

This commit is contained in:
Martin Larsson 2024-05-20 23:07:49 +02:00
parent 9d6927225c
commit 83e5251d37

View file

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