summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index f78a85fd..69542b94 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -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,
}