Show HN: Fold-logging.nvim – fold logging and debug-print statements in Neovim
Category: devtools
Tags: neovim, plugin, folding, logging, lua
Score: 5.0/10 (Innovation: 3, Technical: 5, Documentation: 7, Utility: 5)
Fold-logging.nvim is a Neovim plugin that automatically folds logging and debug-print statements in code files, helping developers keep their codebase clean without disrupting existing folding setups. It supports Python out of the box and allows configuration for other languages, integrating with Treesitter and LSP folds. The project is interesting for its focused utility in reducing visual noise during development.
Target audience: backend devs, full-stack devs
Repository: https://github.com/markosnarinian/fold-logging.nvim · Lua · MIT
View on Hacker News