Update 'README.md'

Signed-off-by: Ethan Smith-Coss <ethan.sc@closedless.xyz>
This commit is contained in:
Ethan Smith-Coss 2023-03-12 13:08:42 +00:00
parent febf7026d4
commit fc78b4e9b0
Signed by: ClosedLess Git
GPG Key ID: C8BD354F5DDE0505

View File

@ -1,3 +1,10 @@
# template.nvim # template.nvim
A template repository for Neovim extensions written in Lua.
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.