akinsho / akinsho/git-conflict.nvim
plugin only works on the first file opened
Abierto
- Lenguaje dominante
- Lua
- Estrellas
- 1.4k
- Forks
- 70
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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,
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.