1 2 3 4 5
local status_ok, telescope = pcall(require, "telescope") if not status_ok then return end telescope.setup(O.plugin.telescope)