remove termguicolors as it already exit in the init.lua

This commit is contained in:
Micah Effiong 2023-06-07 11:58:34 +01:00
parent d01906c72c
commit bbafca22e4

View File

@ -6,7 +6,6 @@ vim.opt.guicursor = ''
-- set relative-number
vim.wo.relativenumber = true
vim.o.termguicolors = true
vim.opt.smartindent = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2