Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-02 | 4.3 kB | |
v0.4.0 source code.tar.gz | 2023-07-02 | 37.0 kB | |
v0.4.0 source code.zip | 2023-07-02 | 48.1 kB | |
Totals: 3 Items | 89.4 kB | 0 |
What's Changed
Breaking
- perf: use stream-based iterators where possible by @willothy in https://github.com/willothy/nvim-cokeline/pull/135
- Added
nvim-lua/plenary.nvim
as a required dependency
Features
- Sidebars on rhs of editor by @willothy in https://github.com/willothy/nvim-cokeline/pull/138
- Native tab support by @willothy in https://github.com/willothy/nvim-cokeline/pull/136
- Retain pick char order when not using filename by @willothy in https://github.com/willothy/nvim-cokeline/pull/132
- Buffer history ringbuffer by @willothy in https://github.com/willothy/nvim-cokeline/pull/131
- Support for passing highlight group names by @nenikitov in https://github.com/willothy/nvim-cokeline/pull/130
- Allow multiple vert splits in sidebar by @willothy in https://github.com/willothy/nvim-cokeline/pull/129
- Add fallback icon by filetype by @Webblitchy in https://github.com/willothy/nvim-cokeline/pull/121
- Add fill_hl config option by @FollieHiyuki in https://github.com/willothy/nvim-cokeline/pull/114
- Rearrange buffers with mouse drag by @willothy in https://github.com/willothy/nvim-cokeline/pull/113
- Release taken letters when deleting buffers by @soifou in https://github.com/willothy/nvim-cokeline/pull/112
- Hover events by @willothy in https://github.com/willothy/nvim-cokeline/pull/111
- Per-component click handlers by @willothy in https://github.com/willothy/nvim-cokeline/pull/106
- Close by step and by index by @willothy in https://github.com/willothy/nvim-cokeline/pull/104
- Handle click events with Lua, add bufdelete util by @willothy in https://github.com/willothy/nvim-cokeline/pull/103
- Add sorting by directory by @ewok in https://github.com/willothy/nvim-cokeline/pull/97
pick.use_filename
andpick.letters
config options by @ProspectPyxis in https://github.com/willothy/nvim-cokeline/pull/88
Fixes
- Use named color names by @lucassperez in https://github.com/willothy/nvim-cokeline/pull/134
- Allow multibyte characters on buffer picker by @lucassperez in https://github.com/willothy/nvim-cokeline/pull/123
- Index update value by @Equilibris in https://github.com/willothy/nvim-cokeline/pull/118
- Handle keyboard interrupt gracefully on buffer pick. by @soifou in https://github.com/willothy/nvim-cokeline/pull/81
- Update README.md by @crivotz in https://github.com/willothy/nvim-cokeline/pull/70
- Adding is_last and is_first to buffer return by @miversen33 in https://github.com/willothy/nvim-cokeline/pull/69
- Add new configuration by @danielnieto in https://github.com/willothy/nvim-cokeline/pull/68
- Check for Windows always fails when computing
unique_prefix
by @EtiamNullam in https://github.com/willothy/nvim-cokeline/pull/65 - Mappings: cokeline-pick-close and cokeline-pick-focus in v0.7 by @matt-riley in https://github.com/willothy/nvim-cokeline/pull/53
New Contributors
- @nenikitov made their first contribution in https://github.com/willothy/nvim-cokeline/pull/130
- @Webblitchy made their first contribution in https://github.com/willothy/nvim-cokeline/pull/121
- @lucassperez made their first contribution in https://github.com/willothy/nvim-cokeline/pull/123
- @Equilibris made their first contribution in https://github.com/willothy/nvim-cokeline/pull/118
- @FollieHiyuki made their first contribution in https://github.com/willothy/nvim-cokeline/pull/114
- @ewok made their first contribution in https://github.com/willothy/nvim-cokeline/pull/97
- @ProspectPyxis made their first contribution in https://github.com/willothy/nvim-cokeline/pull/88
- @soifou made their first contribution in https://github.com/willothy/nvim-cokeline/pull/81
- @crivotz made their first contribution in https://github.com/willothy/nvim-cokeline/pull/70
- @miversen33 made their first contribution in https://github.com/willothy/nvim-cokeline/pull/69
- @danielnieto made their first contribution in https://github.com/willothy/nvim-cokeline/pull/68
- @EtiamNullam made their first contribution in https://github.com/willothy/nvim-cokeline/pull/65
- @matt-riley made their first contribution in https://github.com/willothy/nvim-cokeline/pull/53
Full Changelog: https://github.com/willothy/nvim-cokeline/compare/v0.3.0...v0.4.0