You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
template.nvim can be configured using the following options:
68
+
69
+
```lua
70
+
template.setup({
71
+
name='template.nvim', -- Name to be greeted, 'World' by default
72
+
})
64
73
```
65
74
75
+
### Commands
76
+
77
+
`template.nvim` adds the following commands:
78
+
79
+
-`TemplateHello`: Shows a hello message with the confugred name.
80
+
81
+
### Keybindings
82
+
83
+
It is recommended to use:
84
+
85
+
-`<leader>th,` for `TemplateHello`
86
+
87
+
> NOTE: By default there are no configured keybindings.
88
+
89
+
### Help
90
+
91
+
Run `:help nerdy` for more details.
92
+
66
93
## ποΈ What's Next
67
94
68
95
Planning to add `<feature/module>`.
@@ -77,7 +104,7 @@ Planning to add `<feature/module>`.
77
104
78
105
### π Inspiration
79
106
80
-
template.nvim was inspired by `<reason/idea>`.
107
+
template.nvim was inspired by [nvim-plugin-template](https://github.com/ellisonleao/nvim-plugin-template), I added some changes on top to make setting up a new plugin faster.
81
108
82
109
### π‘ Challenges/Learnings
83
110
@@ -93,8 +120,9 @@ template.nvim was inspired by `<reason/idea>`.
93
120
94
121
### π More Info
95
122
96
-
-[shelly](https://github.com/2kabhishek/shelly) β Command line template
97
-
-[tiny-web](https://github.com/2kabhishek/tiny-web) β Web app template
0 commit comments