Skip to content
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

feat(ripgrep): new setting project_root_fallback #104

Closed
wants to merge 8 commits into from

Conversation

joshzcold
Copy link

@joshzcold joshzcold commented Jan 9, 2025

Allow disabling completion when project_root_marker is not found.

This gives the option for user's that want to disable ripgrep when using neovim in a spot where project_root_marker would go unfound and their cwd would result in poor preformance (like opening neovim in $HOME)

Couldn't get tests to run on my machine, so I would like some help in making sure everything correct 🙏

Allow disabling completion when project_root_marker is not found.
@joshzcold
Copy link
Author

Fixes: #103

@mikavilpas
Copy link
Owner

I think this looks great. I added a test and it seems to work locally.

I'll try to figure out why the tests are not running in this PR later, and then merge this in. If you have any idea why that might be happening, I could use some ideas 🙂

@mikavilpas
Copy link
Owner

This was just merged in a new PR here #112

Thanks a lot for the feature, and sorry it took a while to get it in.

@mikavilpas mikavilpas closed this Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants