vim-gh-line
vim plugin that open the link of current line on github (by ruanyl)
vim-merginal
Fugitive extension to manage and merge Git branches (by idanarye)
vim-gh-line | vim-merginal | |
---|---|---|
6 | 3 | |
413 | 279 | |
0.0% | -0.4% | |
2.9 | 4.9 | |
over 1 year ago | 9 months ago | |
Vim Script | Vim Script | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-gh-line
Posts with mentions or reviews of vim-gh-line.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-28.
-
What tools do you use in your everyday programming?
https://github.com/ruanyl/vim-gh-line - open your GitHub / GitLab page for the selected line of code at the selected branch
-
Vimscript function to get http URL of file from buffer in git repo
Very cool! There is a plugin that does that: https://github.com/ruanyl/vim-gh-line but it's still awesome to write your own function for it.
-
what are the must have git plugs? in your opinion
https://github.com/ruanyl/vim-gh-line you can easily jump to the line/blame/tree on any git hosts
- Vim-gh-line: Vim plugin to open the current line on GitHub
vim-merginal
Posts with mentions or reviews of vim-merginal.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-24.
-
What plugins do yall use for Git
I still use Fugitive. I also use my own plugin, Merginal, that has Fugitive as a dependency and adds some TUI for working with branches and history commits.
-
Tips regarding vim + git
To answer your branch question, check out the vim-merginal plugin. I cover this in the book, Chapter 16.
-
what are the must have git plugs? in your opinion
https://github.com/idanarye/vim-merginal for checking out branches and creating new ones.
What are some alternatives?
When comparing vim-gh-line and vim-merginal you can also consider the following projects:
agitator.nvim
committia.vim - A Vim plugin for more pleasant editing on commit messages
vim-rhubarb - rhubarb.vim: GitHub extension for fugitive.vim
tig-explorer.vim - Vim plugin to use Tig as a git client. Seamless switching between vim and Tig with opening in the same buffer.
vim-git-log - View your git log interactively in Vim. Side by side diffs!