mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21: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 {
|
||||
{
|
||||
"ahmedkhalf/project.nvim",
|
||||
enabled = false, -- it messes up root folder
|
||||
config = function()
|
||||
require("project_nvim").setup({
|
||||
detection_methods = { "pattern" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue