File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,14 @@ use '2kabhishek/template.nvim'
68
68
1 . Fork the ` template.nvim ` repo
69
69
2 . Update the plugin name, file names etc, change ` template ` to ` your-plugin-name `
70
70
3 . Add the code required for your plugin,
71
+
71
72
- Main logic, config options for the plugin code goes into [ lua/template] ( ./lua/template.lua )
72
73
- Supporting code goes into [ lua/modules] ( ./lua/template/ ) if needed
73
74
- For adding commands and keybindngs use [ plugin/template] ( ./plugin/template.lua )
74
75
4 . Add test code to the [ tests] ( ./tests/template ) directory
75
76
5 . Update the README
76
77
6 . Tweak the [ docs action] ( ./.github/workflows/docs.yml ) file to reflect your username, commit message and plugin name
78
+
77
79
- Generating vimdocs needs write access to actions (repo settings > actions > general > workflow permissions)
78
80
79
81
### Configuration
You can’t perform that action at this time.
0 commit comments