Updated config
This commit is contained in:
@@ -43,6 +43,7 @@ function M.themeselector(opts)
|
||||
if selection == nil then
|
||||
vim.notify("Error while selecting theme", vim.log.levels.ERROR)
|
||||
end
|
||||
---@diagnostic disable-next-line: need-check-nil
|
||||
vim.cmd("colorscheme " .. selection.value)
|
||||
end,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user