LunarVim / lunar.nvim

LunarVim Colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

don't force dark background on users

abzcoding opened this issue · comments

we should not force this line on users:

vim.o.background = 'dark'

see LunarVim/LunarVim#3441 for more info


also, we probably should not force this either:

vim.o.termguicolors = true