You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`mapZZ`| boolean |`true`| Go-Up remaps `zz` by default. Set `mapZZ` to `false` to prevent this. |
100
-
|`respectScrolloff`| boolean |`false`| Go-Up works best when `scrolloff` is set to `0`[<sup>[1]</sup>](https://github.com/nullromo/go-up.nvim/issues/3), so it does that by default. Set `respectScrolloff` to `true` to prevent Go-Up from modifying `scrolloff`. |
101
-
|`respectSplitkeep`| boolean |`false`| Go-Up works best when `splitkeep` is set to `'topline'`[<sup>[2]</sup>](https://github.com/nullromo/go-up.nvim/issues/4), so it does that by default. Set `respectSplitkeep` to `true` to prevent Go-Up from modifying `splitkeep`. |
102
-
|`goUpLimit`| nil or number or `'center'`|`nil`| By default, Go-Up will allow you to scroll up until line 1 of your buffer hits the bottom of your window. This can be limited to a number of lines, or set to `'center'` to only allow scrolling until line 1 is centered in the window. |
|`mapZZ`| boolean |`true`| Go-Up remaps `zz` by default. Set `mapZZ` to `false` to prevent this. |
102
+
|`respectScrolloff`| boolean |`false`| Go-Up works best when `scrolloff` is set to `0`[<sup>[ref]</sup>](https://github.com/nullromo/go-up.nvim/issues/3), so it does that by default. Set `respectScrolloff` to `true` to prevent Go-Up from modifying `scrolloff`. |
103
+
|`respectSplitkeep`| boolean |`false`| Go-Up works best when `splitkeep` is set to `'topline'`[<sup>[ref]</sup>](https://github.com/nullromo/go-up.nvim/issues/4), so it does that by default. Set `respectSplitkeep` to `true` to prevent Go-Up from modifying `splitkeep`. |
104
+
|`goUpLimit`| nil or number or `'center'`|`nil`| By default, Go-Up will allow you to scroll up until line 1 of your buffer hits the bottom of your window. This can be limited to a number of lines, or set to `'center'` to only allow scrolling until line 1 is centered in the window. |
105
+
|`alignOffsetLines.top`| number |`0`| Some other plugins may insert virtual lines to display various GUI elements[<sup>[ref]</sup>](https://github.com/nullromo/go-up.nvim/issues/5). This option can help overcome the resulting incompatibility by modifying the align behavior. |
106
+
|`alignOffsetLines.bottom`| number |`0`| See `alignOffsetLines.top`. |
0 commit comments