vim-gina
vim-gina copied to clipboard
👣 Asynchronously control git repositories in Neovim/Vim 8
Thank you for the great project. I don't see why this is not popular enough than other project. When I Gina:log and show commit. It shows diff with default git...
It seems patch fails when there is no common suffix among stage, index, and worktree. For example ``` | HEAD | INDEX | WORKTREE | |+aaaaaaaa |+aaaaaaaa | | |+aaaaaaaa...
Some time in the last few weeks, I stopped seeing syntax highlighting in `:Gina status`. Highlighting in other commands such as `:Gina log` or `:Gina changes` still works. Also, I...
Hi. What's the proper way for creating & binding new actions that could be called with `gina#action#call()` and receive the current/marked candidate(s)? ```viml function! s:my_action(candidates) abort " do something... endfunction...
Hello. Is it possible to sort git branches by last checkout? E.g if I'm on branch called "z" and switch to "a" branch then my "z" brach will situated on...
Hello, Gina is really a fast and efficient plugin. I like it a lot but I can't find a configuration template to copy and paste into her vimrc. So you...
``` Error detected while processing function gina#command#call[25]..function gina#command#call[17]..gina#core#revelator# call[1]..84_call[4]..gina#command#show#call[11]..gina#core#buffer#open[25]..99_open_with_callback[5]..101_open[25]..100_open: line 27: E37: No write since last change (add ! to override) ``` This is kinda spec but it's not user-friendly.
``` [gina] Fail: env GIT_TERMINAL_PROMPT=0 git --no-pager -c core.editor=false -c color.status=always -C /home/tennashi/ sandbox/hoge blame --incremental 0000000000000000000000000000000000000000 -- hoge.txt [gina] fatal: bad object 0000000000000000000000000000000000000000 ```
Accroding https://www.grzegorowski.com/using-vim-or-neovim-nvim-as-a-git-mergetool, vim can use `vim-fugitive` as git mergetool by following git config. How to use gina like this? ``` # define command which will be used when "nvim" is...
If I open a `commit` screen and toggle amend via `!`, exiting via `:wq` correctly amends the commit, but exiting via `:q` or `:x` doesn't. I would expect `:q` to...