mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:57:33 +00:00
Detect wombat variants for lualine
This commit is contained in:
parent
627569ae46
commit
155e61da51
@ -59,7 +59,7 @@ function M.config_lualine(theme_name)
|
|||||||
-- Theme name transformations
|
-- Theme name transformations
|
||||||
if theme_name == nil then
|
if theme_name == nil then
|
||||||
theme_name = "auto"
|
theme_name = "auto"
|
||||||
elseif theme_name == "wombat256mod" then
|
elseif theme_name:find("wombat") then
|
||||||
theme_name = "wombat"
|
theme_name = "wombat"
|
||||||
elseif theme_name == "wombuddy" then
|
elseif theme_name == "wombuddy" then
|
||||||
theme_name = "wombat"
|
theme_name = "wombat"
|
||||||
|
Loading…
Reference in New Issue
Block a user