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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

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)