remove termguicolors as it already exit in the init.lua

pull/598/head
Micah Effiong 2 years ago
parent d01906c72c
commit bbafca22e4

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

Loading…
Cancel
Save