1
0
Fork 0

nvim: don't set background, it is set automagically

This commit is contained in:
tastytea 2022-08-12 16:25:25 +02:00
parent bcd1e40fb0
commit e385249580
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ vim.o.smartindent = true -- indent after { and so on
-- theme
vim.o.termguicolors = true -- 24 bit colours
vim.o.background = 'dark'
packer.use {
'https://github.com/owozsh/amora',
config = function()