summaryrefslogtreecommitdiff
path: root/lua/lv-telescope/init.lua
blob: 0fe7f854d19113aed94004d6758cc89decff1ebe (plain)
1
2
3
4
5
local status_ok, telescope = pcall(require, "telescope")
if not status_ok then
  return
end
telescope.setup(O.plugin.telescope)