Update options.lua

This commit is contained in:
Adrian Filip 2023-04-27 23:11:04 +03:00 committed by GitHub
parent 4f7e1ad32f
commit 4bf929e96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ return {
spell = false, -- sets vim.opt.spell
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
wrap = false, -- sets vim.opt.wrap
},
opts = {
background_colour = "#000000",
},
g = {