Skip to content

Commit

Permalink
fix: consistent vim option setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Oct 22, 2022
1 parent 1920923 commit 0e9e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/randombones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local colorscheme = colorschemes[index]
vim.g.randombones_colors_name = colorscheme.name

if colorscheme.background then
vim.opt.background = colorscheme.background
vim.o.background = colorscheme.background
end

util.apply_colorscheme()

0 comments on commit 0e9e489

Please sign in to comment.