Skip to content

Commit 57f7e31

Browse files
committed
Mention license in template
1 parent d74c0b4 commit 57f7e31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ To get started writing a Lua plugin, I recommend reading the [nvim-lua-guide][nv
1818
Anything that the majority of plugin authors will want to have is in scope of
1919
this starter template. Anything that is controversial is out-of-scope.
2020

21+
22+
## Template License
23+
24+
The template itself is licensed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
25+
The template doesn't include a LICENSE file. You should add one after creating your repository.
26+
2127
---
2228

2329

0 commit comments

Comments
 (0)