neogit icon indicating copy to clipboard operation
neogit copied to clipboard

magit for neovim

Results 263 neogit issues
Sort by recently updated
recently updated
newest added

### Description When I set a message to a commit and try to do either `` or `:wq` the commit action fails silently and I'm back to Neogit view. If...

bug

Thanks for this great plugin! **Is your feature request related to a problem? Please describe.** In git command line, when signing a commit, if I enter my password wrong, I...

enhancement

This PR resolves #97, to support custom pagers. I made it configurable and tested it with *Delta*. For *Delta*, an example config is: ```lua log_pager = { 'delta', '--width', '117'...

**Describe the solution you'd like** Adding Codeberg to the list of git services in the default configuration. (I believe this follows the same string interpolation as Micro$oft GitH*b.) **Describe alternatives...

**Describe the solution you'd like** A clear and concise description of what you want to happen. As there is telescope, fzf, mini.pick, snacks.nvim would be a good one.

The current use of `unpack` and `vim.split` to extract the branch name of an upstream ref fails to properly handle branch names containing forward slash (`/`) symbols. In particular, it...

Hi there! A small QoL improvement for the refs view from magit. I suspect I may have missed an edge case or two, but it is still pretty handy for...

**Is your feature request related to a problem? Please describe.** Currently settings are on a per-project basis and you have to remember to set `-v -s -S` for each project....

### Description In the middle of an interactive rebase using "break" action to do some additional work. Neogit presents mostly empty window with no commit, staged or unstaged content reported:...

bug

As I use `dressing` to show my inputs where im looking, I wanted to update neogit to use `vim.ui.input` to be able to handle this. As alot of plugins use...