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

Add init support for a user defined PATH/glob cmd #113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2023

  1. Add init support for a user defined PATH/glob cmd

    Can be user defined as the new global `g:any_jump_glob_scanner`
    and its value is only conditionally used inside `RunRgDefinitionSearch()`
    (for now, not sure if in side `RunRgUsagesSearch()` is also
    useful/warranted?)
    
    Notes:
    - only implemented thus far for `rg` backend
    - not sure if it's "smarter" to avoid use of `rg -u` filter removal and
      instead use `-g <PATH>` or some other `.gitignore` override thingy?
    goodboy committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3bd55bc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    268c4c7 View commit details
    Browse the repository at this point in the history