-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Bug] Does not find 'minimal_init.vim' by default configuration #13
Comments
Did you happen to fix this? I ran into the same issue |
For now, I set |
Checked out the issue, and turns out we've got multiple minimal_init.vim files in some of the project subdirectories. I did expect that behavior, as these files are located within a directory ignored by Git. It also affects detecting tests, it includes all of them that are within git-ignored directories. |
I have a path of Wondering if the glob it is doing is not looking in the root of my project's directory. [EDIT] Ah, it seems that calling |
During the development of neotest-java, I encountered a problem when attempting to execute its tests with neotest-plenary. The tests failed to run as expected.
I was unable to use neotest-plenary until I explicitly specified the minimal_init file in the neotest-plenary configuration.
According to the documentation, neotest-plenary will glob for
*/minimal_init*
, and I can find it on the source code. However I don't understand why it does not work as expected.This is the error log when I don't explicitly set the
min_init
file in the config:The text was updated successfully, but these errors were encountered: