Skip to content

Releases: shortcuts/no-neck-pain.nvim

v1.2.1

26 Mar 11:35
33db10e
Compare
Choose a tag to compare

1.2.1 (2023-03-26)

Bug Fixes

  • register unfocused splits (#218) (3e766f9)
  • split/vsplit state manager and fix weird resizes (#215) (0a81bc5)

v1.2.0

19 Mar 08:04
d9be19a
Compare
Choose a tag to compare

1.2.0 (2023-03-19)

Features

  • allow configuring scratchpad per side buffer (#210) (2a2b69e)

Bug Fixes

v1.1.1

13 Mar 21:17
acce4f5
Compare
Choose a tag to compare

1.1.1 (2023-03-13)

Bug Fixes

v1.1.0

05 Mar 17:09
1e46896
Compare
Choose a tag to compare

1.1.0 (2023-03-05)

Features

v1.0.0

04 Mar 23:50
d4292be
Compare
Choose a tag to compare

1.0.0 (2023-03-04)

⚠ BREAKING CHANGES

  • v1.0.0 - API breaking changes (#201)

If you were using the below options, make sure to move them to their new location when calling the setup method:

Before After
enableOnVimEnter autocmds.enableOnVimEnter
enableOnTabEnter autocmds.enableOnTabEnter
toggleMapping mappings.toggle
widthUpMapping mappings.widthUp
widthDownMapping mappings.widthDown
backgroundColor colors.background
textColor colors.text
blend colors.blend
left.backgroundColor left.colors.background
left.textColor left.colors.text
left.blend left.colors.blend
right.backgroundColor right.colors.background
right.textColor right.colors.text
right.blend right.colors.blend

Features

v0.10.2

26 Feb 18:11
bc7c1c4
Compare
Choose a tag to compare

0.10.2 (2023-02-26)

Bug Fixes

v0.10.1

23 Feb 21:01
719b321
Compare
Choose a tag to compare

0.10.1 (2023-02-23)

Bug Fixes

  • hide colorcolumn for side buffers by default (#196) (c101d4e)

v0.10.0

21 Feb 20:18
b7d7981
Compare
Choose a tag to compare

0.10.0 (2023-02-20)

Features

v0.9.3

16 Feb 23:31
3ef7e66
Compare
Choose a tag to compare

0.9.3 (2023-02-15)

Bug Fixes

  • wrong focus when closing the main window (#189) (5067cfd)

v0.9.2

15 Feb 00:11
734612a
Compare
Choose a tag to compare

0.9.2 (2023-02-15)

Bug Fixes