Releases: nguyenvukhang/nvim-toggler
Releases · nguyenvukhang/nvim-toggler
v0.3.1
v0.3.0
v0.2.3
v0.2.2
What's Changed
- feat: remove duplicates before inserting inversions @Wansmer in #8
- this prevents
nvim-toggler
from throwing errors when an invalid user config is provided. Instead, inversions will be read top-down until and invalid inversions are discarded
- this prevents
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
Road to completeness
The core philosophy of minimalism still remains.
While the code base has broken out to more lines of code, this is justified by it now supporting critical inverses such as the ==
and !=
pair.
v0.1.0
The minimal release
Highly minimal and a good starting point for new-to-lua/neovim programmers.