Releases: stevearc/quicker.nvim
Releases · stevearc/quicker.nvim
v1.2.0
v1.1.1
v1.1.0
1.1.0 (2024-08-20)
Features
- better support for lazy loading (29ab2a6)
- display errors as virtual text when expanding context (#16) (6b79167)
- quicker.refresh preserves and display diagnostic messages (#19) (349e0de)
Bug Fixes
- editor works when filename is truncated (7a64d4e)
- editor: load buffer if necessary before save_changes (#14) (59a610a)
- error when quickfix buffer is hidden and items are added (#8) (a8b885b)
- guard against double-replacing a diagnostic line (2dc0f80)
- highlight: check if src_line exists before trying to highlight it (#6) (b6a3d2f)
- include number of files in editor message (#13) (7d2f6d3)
- missing highlight groups for headers (5dafd80)
- prevent error when treesitter parser is missing (#4) (5cc096a)
- show filename for invalid items (#11) (514817d)