Using Git From Vim

This page summarizes the projects mentioned and recommended in the original post on dev.to

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. vim-gitgutter

    A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.

    And it's not all, so check it out.

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. vim-fugitive

    fugitive.vim: A Git wrapper so awesome, it should be illegal

    tpope/vim-fugitive

  4. vim-rhubarb

    rhubarb.vim: GitHub extension for fugitive.vim

    tpope/vim-rhubarb

  5. gv.vim

    A git commit browser in Vim

    junegunn/gv.vim

  6. vim-signify

    :heavy_plus_sign: Show a diff using Vim its sign column.

    mhinz/vim-signify highlights the changes similarly to git-gutter

  7. gina.vim

    Discontinued 👣 Asynchronously control git repositories in Neovim/Vim 8

    lambdalisue/gina.vim another way to create/update commits

  8. vim-twiggy

    Git branch management for Vim

    sodapopcan/vim-twiggy a fugitive extension for managing branches

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. vimagit

    Ease your git workflow within Vim

    jreybert/vimagit a full-blown alternative to fugitive

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?

    9 projects | /r/vim | 29 Jun 2023
  • Why is the colorscheme not applied at specific region?

    2 projects | /r/vim | 23 Jun 2023
  • :DiffOrig changes reflected in sign column

    3 projects | /r/vim | 14 Feb 2023
  • Poll: how do you jump to Git conflict markers?

    5 projects | /r/neovim | 14 Dec 2022
  • E849: Too many highlight syntax groups

    1 project | /r/neovim | 5 Nov 2021

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?