Releases: muleyuck/conflux.nvim
Releases · muleyuck/conflux.nvim
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2026-03-21)
Features
- add conflict block navigation with ]c/[c keymaps and ConfluxNext/ConfluxPrev commands (59e78d2)
- add core Lua modules for conflict detection, resolution, and configuration (f75e0bd)
- add debounced TextChangedI re-scan for real-time conflict detection (1c0fb32)
- add extmark-based highlight module for conflict blocks (8619d55)
- add plugin entry point with autocommands and user commands (a3fe84c)
- add resolve-all commands/keymaps and rename none keymap from c0 to cz (3be8fe1)
- show right-aligned keymap hint on conflict marker lines (f1fc820)
- enable default_mappings by default (eb55013)
Bug Fixes
- silently discard malformed or unterminated conflict blocks instead of erroring (9135177)
- expose public API and fix cursor target window for non-focused buffers (c5f3b6c)