mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
Adds the new `winfixbuf` to the window options of the lazy window. This makes the buffer "sticky", preventing accidentally switching to another buffer while in that window, e.g. via `:edit`. See the PR at nvim core https://github.com/neovim/neovim/issues/12517 `winfixbuf` is only available on newer nvim versions, so adding the option is wrapped in a condition checking whether it is supported. |
||
---|---|---|
.. | ||
colors.lua | ||
commands.lua | ||
config.lua | ||
diff.lua | ||
float.lua | ||
init.lua | ||
render.lua | ||
sections.lua | ||
text.lua |