-
Hey @tpope
In the spirit of fugitive, I have been working on a script called Gbranch. Its still very green, but I figured I would share it, and get your thoughts.
It is a standalone script r…
-
As the title says, given the latest `nvim` updates/versions.
-
Message is currently only displayed when the cursor is moved, so it does not show the message for the commit under the cursor when the blame window is initially opened. I've tried adding the BufEnter …
-
Currently `&autochdir` changes the current working directory to that of the opened file.
At least equally useful would be a variant to change to that of its Git root (next parent directory containin…
-
The diff highlights are nearly indistinguishable from the background colour.
-
Its simple, I have a file opened with `:10Term` and then I want to see the `:Gstatus` (fugitive plugin) . It opens up a QuickFix window and it distorts the layout .
-
When editing worktrees, to make git functionality working on neovim i usually use this env. variables
```bash
GIT_DIR= GIT_WORK_TREE= nvim
```
Git plugins like fugitive or gitsigns.nvim work…
-
After seeing the clean looking statusline in @tjdevries videos I decided to explore this plugin and really loved it, with a bit of lua/nvim knowledge it provides the most flexibilty to do anything wit…
-
Align
AutoSetIndentStyle
BufOnly
EnhancedCommentify-2.3
NERD_tree
QuickBuf
cpp-vim
grep
monday
mru
neocomplcache.vim
neomru.vim
sclala
smartchr
textobj-indent
textobj-user
unite.vim
vim-anzu
vim-fugit…
-
Assume the command in question is `:Git send-email --annotate HEAD~2`. This will prepare patches for the last two commits pointed to by `HEAD` and prepare one email message for each which will be sen…