Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.53 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.53 KB

template.nvim

This is a template for Neovim plugins.

What it includes

Actions

Actions for the aforementioned tools are included in the .github/workflows directory.

Templating

This repository is configured to use GitHub Templates. To modify them, go to .github/ISSUE_TEMPLATE and .github/PULL_REQUEST_TEMPLATE.

How to use

  1. Create a new repository from this template.
  2. Modify the README.md and plugin name in lua/your_plugin and whatever you feel is appropriate.
  3. Use :Telescope live_grep to search for instances of your_plugin or plugin.nvim or your_github_user in the codebase to replace them with your own.
  4. Start coding! 🫡