template.nvim is a neovim plugin that allows neovim users to <action>
.
neovim
-- Lazy
{
'2kabhishek/template.nvim',
cmd = 'TemplateHello',
-- Add your custom configs here, keep it blank for default configs (required)
opts = {},
-- Use this for local development
-- dir = '~/path-to/template.nvim',
},
template.nvim
repotemplate
to your-plugin-name
template.nvim can be configured using the following options:
template.setup({
name = 'template.nvim', -- Name to be greeted, 'World' by default
})
template.nvim
adds the following commands:
TemplateHello
: Shows a hello message with the confugred name.It is recommended to use:
<leader>th,
for TemplateHello
NOTE: By default there are no configured keybindings.
Run :help template.txt
for more details.
Planning to add <feature/module>
.
template.nvim was inspired by nvim-plugin-template, I added some changes on top to make setting up a new plugin faster.
<issue/difficulty>
<learning/accomplishment>
⭐ hit the star button if you found this useful ⭐
Source | Blog | Twitter | LinkedIn | More Links | Other Projects