mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 22:26:27 +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
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user