Chubby: A lock service for distributed coordination (medium.com)
1 points by sebg 27m ago 0 comments
Natural Antifungal Alkaloids for Crop Protection (mdpi.com)
1 points by PaulHoule 35m ago 0 comments
Show HN: Docscribe.nvim – Generate documentation in Neovim using LLMs
2 reptila112 1 5/1/2025, 4:25:58 PM github.com ↗
docscribe.nvim is a Neovim plugin that uses an LLM (via Ollama, more planned) to generate inline docstrings for functions. It supports JavaScript, TypeScript, and C (with more languages planned). You just put your cursor on a function and run :DocscribeGenerate. It will generate a language-specific docstring using a custom prompt template and insert it right above the function.
It’s designed to work offline using local models, and is customizable via prompt templates and other settings.
This is my first open-source project, and I’d love any feedback on functionality, code quality, or ideas for new features!