dotfiles/sub/nvim/after/plugin/telescope.lua
2023-01-15 19:07:48 +03:00

6 lines
120 B
Lua

local status, telescope = pcall(require, "telescope")
if (not status) then return end
telescope.load_extension('fzf')