Releases: declancm/cinnamon.nvim
Releases · declancm/cinnamon.nvim
v1.2.5
v1.2.4
v1.2.3
What's Changed
- feat(health): added a basic health module by @declancm in #76
- fix(health): use the global wrap option by @declancm in #77
- fix(scroll): instantly complete scroll when interrupted by @declancm in #78
- fix(scroll): schedule the next scroll instead of just interrupting by @declancm in #79
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
What's Changed
- feat: use 'false' for disabling max_delta check by @declancm in #55
- feat(config)!: shorten the delay option default value from 7ms to 5ms by @declancm in #56
- feat: show any error messages for normal mode commands by @declancm in #57
- fix: don't set lazyredraw during command since it breaks movements like 'n' by @declancm in #58
- feat(config): add step size options by @declancm in #59
- refactor: moved the scroll function into the scroller object by @declancm in #60
- feat(scheduler): handle sporadic luv timer intervals in large files by @declancm in #61
- feat: added variables for disabling animation globally and per buffer by @declancm in #62
- fix: use the config delay value for 'gg' and 'G' by @declancm in #63
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- feat: extend screen scrolling mappings to visual mode by @declancm in #47
- fix: account for wrap when calculating column delta by @declancm in #48
- fix: don't use vim.keycode for compatibility by @declancm in #51
- refactor: use vim.keycode if it's available by @declancm in #52
- fix: don't set a max line delta if deprecated 'no limit' value was used by @declancm in #53
Full Changelog: v1.0.2...v1.0.3