1 2 3 4 5 6
local status_ok, iconpicker = pcall(require, "icon-picker") if not status_ok then return end iconpicker.setup {}