From 72dc5a11de39ffa4c67767292109bc8a22a15f76 Mon Sep 17 00:00:00 2001 From: xzbdmw <97848247+xzbdmw@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:58:54 +0800 Subject: [PATCH] Update README.md to add notes This setting will throw an error of `'winwidth' cannot be smaller than 'winminwidth'`, waste me hours to find the source cause, better to write a note there --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c9e9c7..b07908b 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ require("focus").setup({ > To manage window views when resizing, see `:h splitkeep`.
> 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 +> may cause conflict with session manage plugins. ### Setup options