Updated config
This commit is contained in:
@@ -15,6 +15,7 @@ cmd("SetTheme", function(arg)
|
||||
|
||||
local allthemes = themefuncs.get_all_themes()
|
||||
if vim.tbl_contains(allthemes, themeselected) then
|
||||
---@diagnostic disable-next-line: param-type-not-match
|
||||
themefuncs.change_theme(themeselected)
|
||||
else
|
||||
vim.notify("Invalid selection", vim.log.levels.ERROR)
|
||||
|
||||
Reference in New Issue
Block a user