Show HN: I built a Neovim plugin to answer questions about your config A developer released how.nvim, a Neovim plugin that answers questions about a user's configuration using the official Codex CLI, requiring Neovim 0.10+ and a ChatGPT or OpenAI API key. The plugin inspects effective mappings, loaded plugins, config files, OS, and distribution, and supports read-only operations with sandboxed write proposals. It is available under the MIT license and can be installed via lazy.nvim. Ask the Neovim you are actually running. how.nvim is a small, keyboard-first configuration assistant backed by the official Codex CLI. It inspects effective mappings, loaded plugins, your config files, operating system, and detected distribution before answering. :How how do I move between buffers? No API key is required when Codex is signed in with an eligible ChatGPT plan. The plugin does not read or store credentials; it talks to codex app-server over local stdio. - Native Neovim buffers, splits, motions, search, yanks, and marks. - No UI dependencies and no embedded browser. - Short answers based on active runtime state rather than remembered defaults. - Read-only by default, enforced by the Codex sandbox. - A config change requires a detected proposal, a , and an explicit confirmation. - Writes are scoped to stdpath "config" . Commands require another approval. - Neovim 0.10+ Codex CLI https://github.com/openai/codex codex login completed with ChatGPT or an OpenAI API key Run :checkhealth how after installation. During local development with lazy.nvim: { dir = vim.fn.expand "~/Developer/how.nvim" , name = "how.nvim", cmd = { "How", "HowAsk", "HowToggle", "HowApply" }, keys = { { "