plugin-template.nvim
plugin-template.nvim copied to clipboard
A template to create Neovim plugins written in Lua
Results
2
plugin-template.nvim issues
Sort by
recently updated
recently updated
newest added
I noticed if I install my plugin with lazy nvim, it installs the plenary submodule and takes a long time more than all other plugins. For my use case the...
This command will rename filenames, file contents, and directory names so that renaming ALL plugin references is not such a hassle. ### Usage ```bash make rename current_plugin_name new_plugin_name ``` I...