fix: consistent vim option setting
This commit is contained in:
@@ -14,7 +14,7 @@ local colorscheme = colorschemes[index]
|
|||||||
vim.g.randombones_colors_name = colorscheme.name
|
vim.g.randombones_colors_name = colorscheme.name
|
||||||
|
|
||||||
if colorscheme.background then
|
if colorscheme.background then
|
||||||
vim.opt.background = colorscheme.background
|
vim.o.background = colorscheme.background
|
||||||
end
|
end
|
||||||
|
|
||||||
util.apply_colorscheme()
|
util.apply_colorscheme()
|
||||||
|
|||||||
Reference in New Issue
Block a user