Neovim Plugin Template banner
greggh greggh

Neovim Plugin Template

Development community

Description

A template for creating Neovim plugins with best practices and standardized structure

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Neovim Plugin Template

[![GitHub License](https://img.shields.io/github/license/greggh/neovim-plugin-template?style=flat-square)](https://github.com/greggh/neovim-plugin-template/blob/main/LICENSE) [![GitHub Stars](https://img.shields.io/github/stars/greggh/neovim-plugin-template?style=flat-square)](https://github.com/greggh/neovim-plugin-template/stargazers) [![GitHub Issues](https://img.shields.io/github/issues/greggh/neovim-plugin-template?style=flat-square)](https://github.com/greggh/neovim-plugin-template/issues) [![GitHub Last Commit](https://img.shields.io/github/last-commit/greggh/neovim-plugin-template?style=flat-square)](https://github.com/greggh/neovim-plugin-template/commits/main) [![Neovim Version](https://img.shields.io/badge/Neovim-0.8%2B-blueviolet?style=flat-square&logo=neovim)](https://github.com/neovim/neovim) [![CI](https://img.shields.io/github/actions/workflow/status/greggh/neovim-plugin-template/ci.yml?branch=main&style=flat-square&logo=github)](https://github.com/greggh/neovim-plugin-template/actions/workflows/ci.yml) [![Version](https://img.shields.io/badge/Version-0.1.1-blue?style=flat-square)](https://github.com/greggh/neovim-plugin-template/releases/tag/v0.1.1) [![Discussions](https://img.shields.io/github/discussions/greggh/neovim-plugin-template?style=flat-square&logo=github)](https://github.com/greggh/neovim-plugin-template/discussions)

*A template for creating Neovim plugins with best practices and standardized structure*

[Features](#features) • [Requirements](#requirements) • [Installation](#installation) • [Usage](#usage) • [Configuration](#configuration) • [Development](#development) • [Contributing](#contributing) • [License](#license) • [Discussions](https://github.com/greggh/neovim-plugin-template/discussions)

Overview

This repository provides a template for creating Neovim plugins with a standardized structure and best practices. It includes:

  • Complete plugin structure with entry points