local status, telescope = pcall(require, "telescope") if (not status) then print("Telescope is not installed") return end telescope.setup({})