Skip to content

mrcjkb/nvim-lua-nix-plugin-template

Repository files navigation

An opinionated Neovim Lua plugin template with a Nix CI

Neovim Lua Nix

This repository is a template for Neovim plugins written in Lua.

Features

Setup

  1. Click on Use this template to start a repo based on this template. Do not fork it.
  2. If your plugin depends on other plugins, add them to nvim-wrapped in the ci-overlay.nix.
  3. Add the name of your plugin to flake.nix.
  4. Add busted specs to the tests directory.
  5. Create a LuaRocks API key.
  6. Add the API key to the repository's GitHub Actions secrets.
  7. Text that needs to be updated is marked with TODO: comments.
  8. Rename plugin-template.nvim-scm-1.rockspec.
  9. Delete the content of CHANGELOG.md.

Contributing

All contributions are welcome! See CONTRIBUTING.md.

License

This template is licensed according to GPL version 2, with the following exception:

The license applies only to the Nix CI infrastructure provided by this template repository, including any modifications made to the infrastructure. Any software that uses or is derived from this template may be licensed under any OSI approved open source license, without being subject to the GPL version 2 license of this template.