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