@olimorris/codecompanion-nvim
This document provides guidance for Claude Code when working with the CodeCompanion.nvim repository. CodeCompanion.nvim is a Neovim plugin written in Lua that provides LLM-powered coding assistance wi
Install
Add @olimorris/codecompanion-nvim to Claude Code with the PolySkill CLI: polyskill add @olimorris/codecompanion-nvim
Instructions
# CLAUDE.md - CodeCompanion.nvim Development Guide ## Overview This document provides guidance for Claude Code when working with the CodeCompanion.nvim repository. CodeCompanion.nvim is a Neovim plugin written in Lua that provides LLM-powered coding assistance with chat interface, inline code transformation, and extensible tools. ## Essential Guidelines **Development Commands:** - Always use `make format` before committing changes - Run `make test` to execute the full test suite - Use `make test_file FILE=path` for targeted test execution - Generate documentation with `make docs` **Testing Re…
Keywords: github, neovim-plugin, lua, coding-assistance, llm-integration, developer-tools, code-completion, text-editor, programming-help