Skip to content

Commit

Permalink
docs: mention splitkeep=cursor recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Jun 1, 2024
1 parent c9bc6a9 commit d7aab95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ require("focus").setup({

> **Note**
> To manage window views when resizing, see `:h splitkeep`.<br>
> For users of Neovim >= 0.10, it is recommended to use `splitkeep=cursor`.<br>
> For users of Neovim <= 0.8, it is recommended to use the
> [stabilize](https://github.com/luukvbaal/stabilize.nvim) plugin.
> For users of lazyvim, they set `opt.winminwidth = 5` in default options
Expand Down

0 comments on commit d7aab95

Please sign in to comment.