Revert "refactor(nvim): add check for folds in statuscol for std cond"
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 53s

This reverts commit 7012f0e14f.
This commit is contained in:
Price Hiller 2024-04-19 04:35:19 -05:00
parent 151bed5a6e
commit 01c16211ed
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -33,7 +33,7 @@ return {
return value
end
end
return (not buf_opt("bufhidden")) or (args.fold.width > 0)
return (not buf_opt("bufhidden"))
end
return {