v1.2.0
What's Changed
Documentation
- docs(render): minor LSP annotation fix #291
Features
Fixes
- fix(bbye):
BufferCloseAll*
commands #311 - fix(bufferline):
vim.validate
always fails #296 - fix:
state.offset.text
is sometimesnil
#297 - fix: assuming file icon is single char width #309
- fix: buffer close animations #305
- fix: ensure
vim.g.bufferline
is always non-nil
during init #300 - fix: incorrectly handled negative
:BufferGoto
index #313 - fix: lazy loading #294
- fix: redraw tabline when
render.update
#314
Misc.
Performance
- perf(bbye): use
vim.cmd.bdelete
on Neovim 0.8+ #308
Full Changelog: release/1.1.0...release/1.2.0