Landon Schropp

Results 103 comments of Landon Schropp
trafficstars

I'll see if I can find some time to tackle this. I'll report back if it's a little over my head. 🙂

I dug into this a bit and I think this would be a non-trivial refactor. I think the `parse` function inside `traverse.ts` would need to be replaced. Specifically, it looks...

Thanks for the reply @axelson! Is there anything I can do to help in setting this up? I'm sure you'll want to own the account that actually controls the package,...

@axelson Sorry for the slow reply on this! This issue fell off my radar. You're right, this is totally possible using a Git in the package manager. The big downside...

To add another point in favor of this, the install script failed for me because I didn't have Rust installed. This isn't a big deal, but it wouldn't be an...

@Uzaaft I'm not a Rust expert by any means, but in my particular case, the install seemed to work fine for LunarVim.

If a user is using Homebrew, do they need Rust? Homebrew already has formulas for `ripgrep` and `fd`, so the formula for LunarVim could depend on those.

@Uzaaft Just for posterity and so anyone else doesn't get confused, I accidentally typed `rust` instead of `ripgrep` in my original comment. I've updated it to be more clear. 🙂

I'm experiencing lag when trying to use Telescope in a large Rails project. For example, if I want to open the `config/test.rb` file, I type `test` and see the UI...

> just a sanity check, but you have installed a treesitter parser for ruby, right? and the performance there is acceptable? Yep (assuming it was installed automatically by LunarVIm). Syntax...