fix(project): don't let project.nvim change the cwd. Leads to too much confusion

This commit is contained in:
Folke Lemaitre committed 2023-10-18 11:38:57 +02:00
1 parent 0e12b00743
commit 7d8b3e8ef9
1 file changed
+3 -1
+3 -1
View File
@@ -5,7 +5,9 @@ return {
-- project management -- project management
{ {
"ahmedkhalf/project.nvim", "ahmedkhalf/project.nvim",
opts = {}, opts = {
manual_mode = true,
},
event = "VeryLazy", event = "VeryLazy",
config = function(_, opts) config = function(_, opts)
require("project_nvim").setup(opts) require("project_nvim").setup(opts)