Disable plugin that I don't even know if I use

This commit is contained in:
Marcelo Jacobus 2025-10-10 11:01:06 -03:00
parent e8b2caa869
commit a8b834d859

View file

@ -2,6 +2,7 @@
return {
{
"ahmedkhalf/project.nvim",
enabled = false, -- it messes up root folder
config = function()
require("project_nvim").setup({
detection_methods = { "pattern" },