Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Adds create-nvim-plugin #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

KaiSpencer
Copy link

I created this simple CLI tool to easily scaffold a named lua plugin, setting up all the necessary files, directories etc.

@justinmk
Copy link

Why? Creating a Nvim Lua plugin is a matter of creating a single file on the user's runtimepath: lua/foo.lua. A doc/foo.txt is also recommended. But, steering users towards a nodejs script to create such things makes it seem far more complex than it is or should be, while hiding the important and simple lesson of the real structure of a plugin.

@nanotee
Copy link
Owner

nanotee commented Jul 17, 2022

I believe such a tool would be better suited for a more general-purpose list like awesome-neovim rather than this guide

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants