-
Since fleeing to the United States in 2014, Guo Wengui has founded a number of projects in the United States, such asGTV Media Group, GTV private equity, farm loan project, G Club Operations Co, LTD. …
-
I'd like to have `:Twiggy` buffer open and close automatically together with the command `:Git` from fugitive.
What would be the suggested way to make this interaction?
-
### Versions
* `neovim`: v0.7.0
* `lualine`: latest
* `fugitive`: latest
* `git`: v2.36.1
### How to reproduce the problem
**Method 1:**
Open many files (like 40 for example) in buffers and r…
-
`cc` / `:Git commit` worked in the past, but then for some reason it decided to not work. It does work if I do `git commit` while not in nvim, and it opens the COMMIT_EDITMSG properly in nvim.
I ha…
-
This plugin does not play nice with various git-related plugins such as [fugitive][], [gitgutter][] and [signify][].
For `gitgutter`, bogus signs are shown, based on the output of
git diff -…
goerz updated
4 years ago
-
When first opening a cljs file it looks like `indentparen` is run. Subsequently running `:Gdiff` to view the changes in the file also runs the same process on the new buffer created by fugitive rendin…
-
Some commands, like `:GBrowse`, do not work correctly when used on a wiki repo. For example, executing `:GBrowse` on the `Home.md` page takes you to https://github.com/tpope/vim-fugitive.wiki/blob/mas…
-
I was going through the docs today and I realize I've been using some functionality in Fugitive — since forever, btw — which I do not see in the docs. I see under `Staging/unstaging maps` that `fugiti…
-
I use Gstatus and press `p` on the modified file,but nothing happened.What's up?
This is the screenshot of Gstatus (I just press `p` on the 7th line):
![image](https://user-images.githubusercontent.…
-
**What?**
Something similar to `:Git commit` and `:Git rebase -i` commands in [vim-fugitive](https://github.com/tpope/vim-fugitive)
**Why?**
All the neovim plugins I found are git interfaces that…