mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +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
|
-- 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue