question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

g:Lf_UseVersionControlTool not working

See original GitHub issue

I’ve let g:Lf_UseVersionControlTool = 0 set but LeaderF still ignores files form .gitignore. How can I ignore the .gitignore?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Yggdrootcommented, Aug 3, 2018

You can use g:Lf_ExternalCommand, in which case you can do whatever that rg can. e.g.,

let g:Lf_ExternalCommand = 'rg --files --no-ignore "%s"'
0reactions
ghostcommented, Aug 3, 2018

Perfect. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gitless
About. Gitless is a Git-compatible version control system, that is easy to learn and use: Simple commit workflow. Track or untrack files to ......
Read more >
In the same vein as my sibling but not repeating what he said I agree ...
Completely intuitive and the only reasonable way to do version control? Definitely not. To me it's very very natural that git checkout will...
Read more >
No version control tool window but Git is still enabled?!
Go to Preferences - Version control; Delete all VCS roots registered there; Apply changes; Register all roots once again. -16.
Read more >
Replacing Fuses with Circuit Breakers - c3controls
Blew a fuse recently? Have no fear, we're here to help. Click here to find out how to change out fuses for circuit...
Read more >
gF, gI-gG, aM
gF fuse-links are for domestic use. gI-gG and aM fuse-links are for industri- al applications. Most ratings are available with an optional indicator....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found