mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(project): don't let project.nvim
change the cwd. Leads to too much confusion
This commit is contained in:
parent
0e12b00743
commit
7d8b3e8ef9
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue