Skip to content

v0.4.0

Compare
Choose a tag to compare
@willothy willothy released this 10 Aug 03:49
· 98 commits to main since this release

Breaking

  • Flatten now automatically opens files opened from wezterm and kitty windows in nvim
    • By default, will only do this if their working dirs match.
    • This can be disabled
  • There is now a should_nest callback that controls when a nested instance should be allowed to open.
  • Callbacks that previously received lists of filenames will now receive lists of tables containing both filenames and buffer numbers. See README.md for more info.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0