akinsho / akinsho/git-conflict.nvim
GitConflictDetected not triggered by git alias
オープン
- 主要言語
- Lua
- スター
- 1.4k
- フォーク
- 70
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Sorry for being brief:
If neovim is started via a git alias `fix = "!${EDITOR} -p $(git diff --name-only --diff-filter=U)"` sometimes (I cannot tell when exactly) the `GitConflictDetected` autocommand is not triggered and therefore the plugin does not work. This happened to me while I was doing a git rebase.
It works if I run the command manually `nvim -p $(git diff --name-only --diff-filter=U)` but not via `git fix`.
I tried `https://github.com/tronikelis/conflict-marker.nvim` which does work with the alias.
Does someone have any idea how to solve this? I really like this plugin.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。