I made this because I often keep debug logs and print statements around while working, but I don’t want them to dominate the file when I’m reading or reviewing code.fold-logging.nvim adds folds for logging/debug-print statements while leaving normal code folds alone. Python is built in for now, and other languages can be added with Treesitter call node types and Lua patterns.It currently supports commands to fold, unfold, toggle, refresh, and list detections in quickfix.I’d be interested in feedback on whether the detection rules are lacking, and which languages would be worth supporting by default.