neogit
neogit copied to clipboard
magit for neovim
Hi! I'm playing with the inline status diff and have a few questions: 1. Is possible to add custom highlights? For instance in the image below I would like to...
Hi! I was wondering whether an option could be added to suppress the `Commands:` message within the commit editor? I actually modified the commit editor mappings and such message was...
Hi! I was looking into how to disable this thing were the highlighting in diffs turn bright as in the GIF. I saw there is a config option `disable_context_highlighting` but...
### Description I want to open multiple Neogit tabs (https://neovim.io/doc/user/tabpage.html) in 1 Neovim window but every time I run the command `:tab Neogit cwd=`, the new git directory is opened...
Todo: Set up CI action to auto merge master into Nightly, presuming no conflicts. Changes that will land in Master when Neovim 0.10 is released. - Rewritten folding to use...
### Actions - [ ] Apply stash - [ ] Drop stash - [ ] Create and checkout a new branch from stash
Hi! I'm trying to move away from fugitive into neogit (kudos for all the work). I have encountered a few issues/bugs in the Status window as it can be seen...
### Description In the Neogit status it shows files name like: ``` Modified s -> Gateway/Gateway.NextClient/src/app/app-route-strategy.t ``` Instead of (this is from the CLI): ``` modified: Gateway.NextClient/src/app/app-route-strategy.ts ``` Because it...
**Is your feature request related to a problem? Please describe.** I contribute to libreoffice quite often, and therefore have to commit my changes and push them as patches. Now when...