We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d2e5d commit 6e57f99Copy full SHA for 6e57f99
README.md
@@ -72,7 +72,7 @@ use '2kabhishek/template.nvim'
72
- Main logic, config options for the plugin code goes into [lua/template](./lua/template.lua)
73
- Supporting code goes into [lua/modules](./lua/template/) if needed
74
- For adding commands and keybindngs use [plugin/template](./plugin/template.lua)
75
-4. Add test code to the [tests](./tests/template) directory
+4. Add test code to the [tests](./tests/template_spec.lua) file
76
5. Update the README
77
6. Tweak the [docs action](./.github/workflows/docs.yml) file to reflect your username, commit message and plugin name
78
tests/template/template_spec.lua renamed to tests/template_spec.lua
0 commit comments