fix(project): don't let project.nvim change the cwd. Leads to too much confusion
This commit is contained in:
1 file changed
+3
-1
@@ -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)
|
||||||
|
|||||||
Reference in new issue
Block a user