functionally the same as before (actually I removed some features) but consolidating and abstracting away some of the early "design" choices made.
new changes:
- added buffer manager
- removed plenary (simplifies stream parsing due to avoiding plenary's intermediate line buffering)
- added
j-hui/fidget.nvim
spinner - consolidate and share logic between specs more clearly
it's a little more oop-ified than i hoped for... but i feel like it's still in a better state now that some obscure stuff is tucked away. (i.e. extmark
related state are abstracted away in buffer manager, plenary job weirdness)
removed:
- project mode no longer traverses back to home directory (probably for the better)
- janky prefill (will add back later)
What's Changed
- Fix visual selection at end column by @dceluis in #30
- persist presets between sessions by @chottolabs in #32
- Mark the current preset in the preset switcher by @dceluis in #33
- Refactor v0.3 by @chottolabs in #37
Full Changelog: v0.2.3...v0.3.0