• StarDreamer@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    How well does it work with super large repos (i.e. Linux, dpdk, etc)? In my experience git plugins (Vim fugitive, zsh git) tend to be a miss with anything larger than a personal project.

    • Hexarei@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      It works beautifully for me; I cloned the Linux kernel just now and made a few modifications (just a few random comments here and there), and it was just as fast as it always is for me - Which is basically instant.

      To be clear: It’s not a plugin, it’s a proper CLI app written in Rust. I just use it within nvim by using a floating terminal plugin. Definitely worth giving it a try!