akinsho / akinsho/git-conflict.nvim
plugin only works on the first file opened
Offen
- Vorherrschende Sprache
- Lua
- Sterne
- 1.4k
- Forks
- 70
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
just installed this and was testing it, i noticed that the plugin only works on the first opened file with git merge conflicts. runing `:GitConflictListQf` then moving to next qf item if its in a different file the plugin doesnt register keymaps or highlights. i dont know if this is just me, if anyone knows a fix please let me know.
the minimal config is:
```lua
return {
"akinsho/git-conflict.nvim",
lazy = false,
version = "*",
config = true,
}
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.