diff --git a/themes/flexoki-light/neovim.lua b/themes/flexoki-light/neovim.lua index 381cf555..4ca71cd2 100644 --- a/themes/flexoki-light/neovim.lua +++ b/themes/flexoki-light/neovim.lua @@ -1,15 +1,13 @@ return { - { - "kepano/flexoki-neovim", - name = "flexoki", - config = function() - vim.api.nvim_set_option_value("background", "light", {}) - end, - }, - { - "LazyVim/LazyVim", - opts = { - colorscheme = "flexoki-light", - }, - }, + { + "kepano/flexoki-neovim", + name = "flexoki", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "flexoki-light", + }, + }, }