no-neck-pain.nvim

☕ Dead simple yet super extensible plugin to center the currently focused buffer to the middle of the screen.

MIT License

Stars
436
Committers
8

Bot releases are visible (Hide)

no-neck-pain.nvim - v1.6.2

Published by github-actions[bot] 11 months ago

1.6.2 (2023-11-29)

Bug Fixes

no-neck-pain.nvim - v1.6.1

Published by github-actions[bot] 11 months ago

1.6.1 (2023-11-28)

Bug Fixes

  • tabs: prevent unsynced state in tab switchs (#269) (2afc30d)
no-neck-pain.nvim - v1.6.0

Published by github-actions[bot] 11 months ago

1.6.0 (2023-11-26)

Features

no-neck-pain.nvim - v1.5.0

Published by github-actions[bot] 11 months ago

1.5.0 (2023-11-25)

Features

  • mappins: allow custom values for widthUp and widthDown (#264) (47414ce)
no-neck-pain.nvim - v1.4.1

Published by github-actions[bot] 11 months ago

1.4.1 (2023-11-10)

Bug Fixes

no-neck-pain.nvim - v1.4.0

Published by github-actions[bot] 12 months ago

1.4.0 (2023-10-24)

Features

no-neck-pain.nvim - v1.3.0

Published by github-actions[bot] about 1 year ago

1.3.0 (2023-10-14)

Features

Bug Fixes

no-neck-pain.nvim - v1.2.3

Published by github-actions[bot] over 1 year ago

1.2.3 (2023-06-24)

Bug Fixes

no-neck-pain.nvim - v1.2.2

Published by github-actions[bot] over 1 year ago

1.2.2 (2023-04-26)

Bug Fixes

no-neck-pain.nvim - v1.2.1

Published by github-actions[bot] over 1 year ago

1.2.1 (2023-03-26)

Bug Fixes

  • register unfocused splits (#218) (3e766f9)
  • split/vsplit state manager and fix weird resizes (#215) (0a81bc5)
no-neck-pain.nvim - v1.2.0

Published by github-actions[bot] over 1 year ago

1.2.0 (2023-03-19)

Features

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

Bug Fixes

no-neck-pain.nvim - v1.1.1

Published by github-actions[bot] over 1 year ago

1.1.1 (2023-03-13)

Bug Fixes

no-neck-pain.nvim - v1.1.0

Published by github-actions[bot] over 1 year ago

1.1.0 (2023-03-05)

Features

no-neck-pain.nvim - v1.0.0

Published by github-actions[bot] over 1 year ago

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

no-neck-pain.nvim - v0.10.2

Published by github-actions[bot] over 1 year ago

0.10.2 (2023-02-26)

Bug Fixes

no-neck-pain.nvim - v0.10.1

Published by github-actions[bot] over 1 year ago

0.10.1 (2023-02-23)

Bug Fixes

  • hide colorcolumn for side buffers by default (#196) (c101d4e)
no-neck-pain.nvim - v0.10.0

Published by github-actions[bot] over 1 year ago

0.10.0 (2023-02-20)

Features

no-neck-pain.nvim - v0.9.3

Published by github-actions[bot] over 1 year ago

0.9.3 (2023-02-15)

Bug Fixes

  • wrong focus when closing the main window (#189) (5067cfd)
no-neck-pain.nvim - v0.9.2

Published by github-actions[bot] over 1 year ago

0.9.2 (2023-02-15)

Bug Fixes

no-neck-pain.nvim - v0.9.1

Published by github-actions[bot] over 1 year ago

0.9.1 (2023-02-14)

Bug Fixes

  • events triggering multiple times (#181) (3890632)
  • nil event check (83e4990)
  • transparent background with custom backgroundColor (#185) (6dde6dd)