An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Nvim Plugin Template




Dependencies ·
Usage




Latest release
Last commit
Latest Neovim
Made with Lua







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: