i ran out of quirky names related to rabbits, so now i'm doing space related things
⚞NEW⚟
- Harpoon plugin now allows collections
- Like virtual folders
- Still separated by directory, of course
- Created a wiki to document everything outside of readme
Updates
- Plugins no longer need to bind new autocmds. This is automatically handled.
- breaking - please remove all instances of this
- Updated compatibility details
- Rabbit:History now pulls all the currently available buffers on windows with no history
- Rabbit must be closed once before
- I'll probably change this soon since it is unintuitive
Internals
- New Input API
- Rabbit now calls the
BufEnter
event on new windows- breaking - please remove any window listeners
- A few more early returns
- lua is actually the least syntactically readable language i have ever used
- Added more context to prevent recalculating the same table
Bug Fixes
vim.uv
is now set tovim.loop
if unavailable- #12 is a peculiar bug. vim.loop is deprecated