Skip to content

v4.0.0 - Nebula

Latest
Compare
Choose a tag to compare
@VoxelPrismatic VoxelPrismatic released this 20 Jun 04:44
· 7 commits to master since this release

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 to vim.loop if unavailable
    • #12 is a peculiar bug. vim.loop is deprecated