Browse Source

fix telescope project issue (#723)

Abouzar Parvan 4 năm trước cách đây
mục cha
commit
68bfac0468
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lua/plugins.lua

+ 1 - 1
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,
   }