Skip to content

Commit

Permalink
fix(project-nvim): use new rooter enable notation
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 24, 2024
1 parent 6b8503f commit 9c3208f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/project/project-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
{ "AstroNvim/astrocore", opts = { rooter = false } },
{ "AstroNvim/astrocore", opts = { rooter = { enabled = false } } },
{
"jay-babu/project.nvim",
main = "project_nvim",
Expand Down

0 comments on commit 9c3208f

Please sign in to comment.