-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global settings via projectionist_heuristics #55
Comments
That eliminates the ability to tell where the root of your project is so I don't recommend it. I think the solution in this case would be to install a.vim or whatever. Other than alternates I don't think any features make sense to enable globally? |
(Arriving here years later via a Google search...) @blueyed: I used the Whoops! So I switched to defining real root markers (not |
to solve for the "root" of the project, why not borrow ctrlp's solution to look for standard vcs metadata dirs? |
I have always found that approach to be naive and limiting. Not all projects use vcs, and not all vcs repositories are projects. But if you're okay with that limitation, you can use a key like |
what is .projections.json but yet another project metadata system? :) |
I am wondering if and how global settings are supported.
The following seems to work, but it is unclear if that's the way to go:
It would be nice to have this documented (in case it is supported).
I can prepare a PR in that case.
The text was updated successfully, but these errors were encountered: