plugin-template.nvim icon indicating copy to clipboard operation
plugin-template.nvim copied to clipboard

Add rename command to makefile for renaming the plugin name across the project.

Open ariel-frischer opened this issue 2 years ago • 0 comments

This command will rename filenames, file contents, and directory names so that renaming ALL plugin references is not such a hassle.

Usage

make rename current_plugin_name new_plugin_name

I noticed the doc/plugin-name.txt has a different format so that one needs manual renaming.

ariel-frischer avatar Dec 17 '23 22:12 ariel-frischer