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