https://github.com/marco-souza/plugin.nvim
Neovim Plugin Template
https://github.com/marco-souza/plugin.nvim
lua neovim plugin scaffold
Last synced: 9 months ago
JSON representation
Neovim Plugin Template
- Host: GitHub
- URL: https://github.com/marco-souza/plugin.nvim
- Owner: marco-souza
- License: mit
- Created: 2024-03-22T19:55:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T13:16:10.000Z (11 months ago)
- Last Synced: 2025-05-09T14:27:01.552Z (11 months ago)
- Topics: lua, neovim, plugin, scaffold
- Language: Lua
- Homepage: https://github.com/marco-souza/plugin.nvim
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nvim Plugin Template
Neovim Plugin template (`plugin.nvim`) is a template repository for bootstrapping a neovim plugin.
## Install
```lua
-- Lazy plugin
{
"marco-souza/plugin.nvim",
config = function()
require("plugin").setup()
end,
},
```
## Usage
Install it with your plugin manager, then add a keymap to the following command: