remove termguicolors as it already exit in the init.lua
This commit is contained in:
parent
d01906c72c
commit
bbafca22e4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue