You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Configure AstroNvim in a per project basis.
Usecase: disable astrocommunity's copilot on a per project basis.
Add a .lazy.lua file to the root of a project and enable or disable a plugin
TODO: example of enabling a pluging
Alternatives
Looks like it's possible using
exrc = trueas a vim option in astrocore.See
help: exrcfor more details.