mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
fix(lualine): conditional theme loading (#2363)
This commit is contained in:
parent
1488deebc7
commit
7192b28a24
3 changed files with 2 additions and 4 deletions
|
@ -55,6 +55,7 @@ return {
|
|||
"lunarvim/onedarker.nvim",
|
||||
config = function()
|
||||
require("onedarker").setup()
|
||||
lvim.builtin.lualine.options.theme = "onedarker"
|
||||
end,
|
||||
disable = lvim.colorscheme ~= "onedarker",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue