voiceToTextInTerminal Running Activate venv and install deps: pip install -r requirements.txt Ensure Neovim listens on /tmp/nvim.sock: nvim --headless --listen /tmp/nvim.sock Run from repo root: python -m whisper_integration.recorder Troubleshooting Import errors: run from repo root or PYTHONPATH=. ModuleNotFoundError: pynvim: pip install pynvim Adjust socket path in nvim_integration/writer.py if needed.