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

This commit is contained in:
Folke Lemaitre
2023-10-18 11:38:54 +02:00
parent 0e12b00743
commit 7d8b3e8ef9

View File

@ -5,7 +5,9 @@ return {
-- project management
{
"ahmedkhalf/project.nvim",
opts = {},
opts = {
manual_mode = true,
},
event = "VeryLazy",
config = function(_, opts)
require("project_nvim").setup(opts)