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
vim.o.foldcolumn="1" -- '0' is not badvim.o.foldlevel=99-- Using ufo provider need a large value, feel free to decrease the valuevim.o.foldlevelstart=99vim.o.foldenable=truevim.o.fillchars=[[fold: ,foldopen:-,foldsep:│,foldclose:+]]
nvim --clean +'so mini.lua'
select all lines
zf
za
select lines 2..4
zf
za
Expected behavior
smth like this, without weird numbers
Actual behavior
in #4 same problem, but all answers doesn't have this
The text was updated successfully, but these errors were encountered:
Neovim version (nvim -v | head -n1)
NVIM v0.10.0
Operating system/version
Linux 6.9.3-arch1-1
How to reproduce the issue
cat mini.lua
nvim --clean +'so mini.lua'
Expected behavior
smth like this, without weird numbers
Actual behavior
in #4 same problem, but all answers doesn't have this
The text was updated successfully, but these errors were encountered: