Fix no background selection in neovim

This commit is contained in:
Gender Demon 2023-07-06 14:39:48 +00:00
parent d55ddea13b
commit 229d5abef3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
-- Interface settings
-- Set preferred colour scheme/background colour here; it will be substituted below
local colours = "aurora"
local background = "light"
-- Show line numbers
vim.wo.number = true