Skip to content

Commit 433543d

Browse files
committed
docs: formatting
1 parent ce1c349 commit 433543d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ use '2kabhishek/template.nvim'
6868
1. Fork the `template.nvim` repo
6969
2. Update the plugin name, file names etc, change `template` to `your-plugin-name`
7070
3. Add the code required for your plugin,
71+
7172
- Main logic, config options for the plugin code goes into [lua/template](./lua/template.lua)
7273
- Supporting code goes into [lua/modules](./lua/template/) if needed
7374
- For adding commands and keybindngs use [plugin/template](./plugin/template.lua)
7475
4. Add test code to the [tests](./tests/template) directory
7576
5. Update the README
7677
6. Tweak the [docs action](./.github/workflows/docs.yml) file to reflect your username, commit message and plugin name
78+
7779
- Generating vimdocs needs write access to actions (repo settings > actions > general > workflow permissions)
7880

7981
### Configuration

0 commit comments

Comments
 (0)