A template repository for Neovim extensions written in Lua.
Go to file Use this template
Ethan Smith-Coss 4e9bc5dd78
Added logos to assets
Signed-off-by: Ethan Smith-Coss <ethan.sc@closedless.xyz>
2023-03-12 15:53:24 +00:00
assets Added logos to assets 2023-03-12 15:53:24 +00:00
.gitignore Initial commit 2023-03-12 12:36:41 +00:00
LICENSE Initial commit 2023-03-12 12:36:41 +00:00
README.md Update 'README.md' 2023-03-12 13:08:42 +00:00

template.nvim

A template repository for Neovim extensions written in Lua.

Purpose of Template

Simplify the process of creating a new extensions for Neovim by starting from a template to ensure that your project workspace is coherent across projects.

This repository is designed to be compliant with wrapping an extension to be used by other plugins, such as Packer. Thus, changing the general structure of the template might break compliance. However the project is to be structured 10 internally is the decision of the developer.