Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-10 | 1.9 kB | |
v0.4.0 source code.tar.gz | 2023-08-10 | 12.2 kB | |
v0.4.0 source code.zip | 2023-08-10 | 18.2 kB | |
Totals: 3 Items | 32.4 kB | 0 |
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
- fix(setup): default to an empty table when
opt
is not provided by @utilyre in https://github.com/willothy/flatten.nvim/pull/44 - feat: get buffer id from the open function by @sassanh in https://github.com/willothy/flatten.nvim/pull/46
- refactor: miscellaneous features and fixes by @IndianBoy42 in https://github.com/willothy/flatten.nvim/pull/53
- fix: performance and misc fixes by @willothy in https://github.com/willothy/flatten.nvim/pull/54
- fix: provide winnr of newly opened file by @willothy in https://github.com/willothy/flatten.nvim/pull/55
- docs: improve toggleterm example by @loqusion in https://github.com/willothy/flatten.nvim/pull/58
- feat!: pass bufnrs to callbacks by @willothy in https://github.com/willothy/flatten.nvim/pull/59
- feat: smart open option by @willothy in https://github.com/willothy/flatten.nvim/pull/60
- feat:
should_nest
callback by @willothy in https://github.com/willothy/flatten.nvim/pull/62 - feat: diff support with the
-d
flag by @willothy in https://github.com/willothy/flatten.nvim/pull/63
New Contributors
- @utilyre made their first contribution in https://github.com/willothy/flatten.nvim/pull/44
- @sassanh made their first contribution in https://github.com/willothy/flatten.nvim/pull/46
- @loqusion made their first contribution in https://github.com/willothy/flatten.nvim/pull/58
Full Changelog: https://github.com/willothy/flatten.nvim/compare/v0.3.0...v0.4.0