Adding notify to no user choice

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-18 09:40:44 +02:00
parent e9e4289888
commit 7a62a045f4

View File

@@ -50,6 +50,7 @@ function M.themeselector()
local exec = function(choice) local exec = function(choice)
if choice == nil then if choice == nil then
vim.notify("No theme selected!")
return return
end end