Homepage: https://github.com/phf-1/locs-and-refs
Author: Pierre-Henry FRÖHRING
Updated:
Define locations and references for files and buffers
A reference like \"[[ref:1234]]\" should be transformed into a button. A click should display the matching locations \"[[id:1234]]\" in files' content, file names and buffers. A click on a location should display the references to it. More precisely: - A location is defined as: - or :ID:- or [[id: ]] - or [[id: ][ ]] - A reference is defined as: - or :REF: - or [[ref: ]] - or [[ref: ][ ]] This package requires `ripgrep' and `fd'.