Updated theme switcher and telescope

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-23 19:17:37 +02:00
parent 0c523ee51a
commit 4edb2ac186
2 changed files with 10 additions and 2 deletions

View File

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