epwalsh / pomo.nvim

:new: :stopwatch: A simple, customizable pomodoro timer for Neovim, written in Lua, with nvim-notify, lualine, and telescope integrations
Apache License 2.0
154 stars 7 forks source link

loading dropdown theme is handled internally now #23

Closed zuloo closed 3 months ago

zuloo commented 3 months ago

I forgot to tell you that the theme does no longer need to be loaded in that call since I found a way to get it working internally by wrapping the call to timers in a function - I guess that prevents some default config to be loaded. Anyways, it should work and look good without that bit of code since the argument is no longer passed to the actual function call anyways.