Detect wombat variants for lualine

This commit is contained in:
ViViDboarder 2021-09-27 18:00:17 -07:00
parent 627569ae46
commit 155e61da51
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function M.config_lualine(theme_name)
-- Theme name transformations
if theme_name == nil then
theme_name = "auto"
elseif theme_name == "wombat256mod" then
elseif theme_name:find("wombat") then
theme_name = "wombat"
elseif theme_name == "wombuddy" then
theme_name = "wombat"