init.lua 128 B

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