fix(lualine): conditional theme loading (#2363)

This commit is contained in:
kylo252 2022-03-19 14:43:07 +01:00 committed by GitHub
parent 1488deebc7
commit 7192b28a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -55,6 +55,7 @@ return {
"lunarvim/onedarker.nvim",
config = function()
require("onedarker").setup()
lvim.builtin.lualine.options.theme = "onedarker"
end,
disable = lvim.colorscheme ~= "onedarker",
},