mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 13:01:03 +00:00
Disable plugin that I don't even know if I use
This commit is contained in:
parent
e8b2caa869
commit
a8b834d859
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"ahmedkhalf/project.nvim",
|
"ahmedkhalf/project.nvim",
|
||||||
|
enabled = false, -- it messes up root folder
|
||||||
config = function()
|
config = function()
|
||||||
require("project_nvim").setup({
|
require("project_nvim").setup({
|
||||||
detection_methods = { "pattern" },
|
detection_methods = { "pattern" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue