Skip to content

Commit 4dd4e05

Browse files
committed
fix(plugin.tool): replace project.nvim with newest apis
1 parent b6d1e03 commit 4dd4e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modules/plugins/tool.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tool["nvim-telescope/telescope.nvim"] = {
8383
config = require("tool.search"),
8484
},
8585
{
86-
"ahmedkhalf/project.nvim",
86+
"ayamir/project.nvim",
8787
event = { "CursorHold", "CursorHoldI" },
8888
config = require("tool.project"),
8989
},

0 commit comments

Comments
 (0)