neogit
octo.nvim
neogit | octo.nvim | |
---|---|---|
55 | 28 | |
4,264 | 2,518 | |
4.1% | 2.8% | |
9.9 | 9.4 | |
12 days ago | 5 days ago | |
Lua | Lua | |
MIT License | MIT License |
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.
neogit
-
Neovim for beginners
Neogit
-
Neovim: creating keymaps in lua
I would use this feature of lazy.nvim in a plugin that I rarely need. Something neogit for example. I can spend hours coding without using it. In that particular case I think is nice to have the option to load it when I actually call it.
-
GitUI
This looks very much like the Noevim plugin I began using about a month ago: neogit[0].
The keybindings were a bit rough, and it took me about an hour of use before I was really comfortable with the overall workflow. Once I was, though, I’ve found it to be much faster than my previous workflow (suspending neovim and using git directly in the shell).
0: https://github.com/NeogitOrg/neogit
-
Is there a discard all option in neogit?
Edit: FYI: I made a feature request and got the answer, that it it possible to visually select the files and discard them like this together.
- Massive Update to Neogit and New Home!
-
What IDEA or Vscode feature/function you want to have in neovim eco-system?
This is what I use for general git interaction and it‘s pretty neat: neogit. Also integrates diffview
-
Magit
For neovim users, there's a work-in-progress clone, neogit: https://github.com/timUntersberger/neogit/
Some of my colleagues use emacs/magit, and after seeing how absolutely lovely the workflow is, I've put in a lot of work over the last few months expanding it. You can check out my fork here: https://github.com/ckolkey/neogit/
One thing I particularly like to tease my emacs' colleagues about is that my magit is faster than theirs thanks to neovim's async capabilities.
- Your favourite Neovim plugins?
-
What do you use for git integration in neovim?
You could use neogit (https://github.com/TimUntersberger/neogit) for basic commands however I have found it's easier / more versatile to just use lazygit in either another tmux tmux window or within neovim itself.
-
Switching from Emacs. My experience
The only thing I truly miss from Emacs is [Magit](https://magit.vc/) since I still consider it the best git wrapper available. It is just too good. Unfortunately [Neogit](https://github.com/TimUntersberger/neogit) is not quite there yet although I hope it makes it at some point. I didn't like [Fugitive]https://github.com/tpope/vim-fugitive), but I ended up finding a good enough workaround by using [Lazygit](https://github.com/jesseduffield/lazygit) through [Toggleterm](https://github.com/akinsho/toggleterm.nvim).
octo.nvim
- Octo – Edit and review GitHub issues and pull requests inside nvim
-
Anyone have a nice way to get permalink using octo.nvim?
Would be really cool to be able to create a link to the line under the cursor in a new issue using https://github.com/pwntester/octo.nvim . Just like you can do when viewing the file on github.com. Has anyone done this?
-
How to view PR details associated with a blamed line
I'm not aware of any plugins that does this. Maybe these can do it but I'm not an avid user of either. https://github.com/ldelossa/gh.nvim https://github.com/pwntester/octo.nvim
-
a github plugin that allows you to do reviews with lsp built in
Octo maintainer here. You can try this Octo PR, hopefully we will merge it soon https://github.com/pwntester/octo.nvim/pull/349
- What is your nvim workflow for reviewing PRs?
-
What is the best way to review code in neovim?
https://github.com/pwntester/octo.nvim seems like what you’re looking for
-
How to Review a PR without Leaving the Terminal (Neovim)
Not sure, I mostly replied to existing comments. While I was posting the video, someone recommended I check out octo.nvim, which is the same but looks more maintained. Maybe they support it better? Apparently, it's also created by someone working at GitHub I was told.
-
"GitHub Pull Requests and Issues" plugin for Neovim
Might not solve your problem, but https://github.com/pwntester/octo.nvim
-
Complete github issue list when edit commit message
Similar to octo.nvim, then?
-
Are there plugins for Neovim that don't exist, that should exist, in your opinion?
Another alternative is octo.nvim
What are some alternatives?
lazygit.nvim - Plugin for calling lazygit from within neovim.
gh.vim - Vim/Neovim plugin for GitHub
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
diffview.nvim - Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
lazygit - simple terminal UI for git commands
difftastic - a structural diff that understands syntax 🟥🟩
Vim - The official Vim repository
gitsigns.nvim - Git integration for buffers
cli - GitHub’s official command line tool