Common library code for other vc*.nvim projects.
Lua
100.0%
code
Clone this repository
https://tangled.org/algmyr.se/vclib.nvim
git@knot.algmyr.se:algmyr.se/vclib.nvim
For self-hosted knots, clone URLs may differ based on your setup.
Tl;dr: With plain `vim.wo`, newly opened buffers in the window would
inherit the fold settings. This manifested as
* Open file in buffer.
* Toggle folds on.
* Open another file in a new buffer in the same window.
* The new buffer would have folds enabled.