vgit.nvim icon indicating copy to clipboard operation
vgit.nvim copied to clipboard

Visual git plugin for Neovim

Results 44 vgit.nvim issues
Sort by recently updated
recently updated
newest added

NVIM v0.7.2 You have to use something like `` or `zz` to see it. Also, would it be possible to show it at the top of the file once the...

bug

### Description With live gutter enabled, the left edge of the screen bounces around as I type (example: https://asciinema.org/a/492847) - nvim --version output: ``` NVIM v0.7.0 Build type: Release LuaJIT...

bug

Hi and thanks for your nice plugin. I'm using Gitsigns for git signs in the gutter and would like to use your plugin mainly for staging and previewing hunks. I...

bug

**Case**: I want to check if a buffer is 'gitable' and change `signcolumn` option to 'yes' locally. But VGit loads asynchronously and I can't just create autocmd on BufEnter. It...

enhancement

I feel a bit dump but I couldn't find an ease way to close the VGit window and the Blame popup. I have to type `:` or `/` to close...

enhancement

macOS 12.4, NVIM v0.8.0-dev (at commit b7d70de34) Build type: Release LuaJIT 2.1.0-beta3 I encountered error with error messages: ``` Error executing vim.schedule lua callback: ...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:14: The coroutine failed with this...

bug

**Bug description** _I'm not sure which plugin is the guilty here, so I'll open the same issue for both_: https://github.com/Shatur/neovim-session-manager/issues/36 VGit was working well when I was using neovim `0.6.1`...

bug

**Describe the solution you'd like** One thing in my other git plugin(s) workflow is to diff against a specific branch. For example: `:Gdiff origin/staging` or `:Gdiff HEAD~3`. It would be...

enhancement

Hello. Can you please add syntax highlighting to the blame window and commit hash as in fugitive? And maybe its more clear to write blame to every string as well?...

enhancement
good first issue