fix telescope project issue (#723)

This commit is contained in:
Abouzar Parvan 2021-07-06 20:50:38 +04:30 committed by GitHub
parent 35e37f06da
commit 68bfac0468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ return require("packer").startup(function(use)
use {
"nvim-telescope/telescope-project.nvim",
event = "BufRead",
after = "telescope.nvim",
setup = function () vim.cmd[[packadd telescope.nvim]] end,
disable = not O.plugin.telescope_project.active,
}