Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s1n7ax/neovim-lua-plugin-boilerplate

Starter template for creating Neovim Lua plugins
https://github.com/s1n7ax/neovim-lua-plugin-boilerplate

lua neovim neovim-plugin nvim plugin

Last synced: 3 months ago
JSON representation

Starter template for creating Neovim Lua plugins

Awesome Lists containing this project

README

        

# neovim-lua-plugin-boilerplate

I forget the structure of a `neovim` plugin every single time. So I created the
boilerplate to make it easier to get started writing `neovim` plugin.

[YouTube video](https://youtu.be/6ch28A_YICQ)

## How to use

* clone the project `git clone https://github.com/s1n7ax/neovim-lua-plugin-boilerplate`
* go to the project folder `cd neovim-lua-plugin-boilerplate`
* start editing `nvim --cmd "set rtp+=."`
* reference the dev configurations `:luafile dev/init.lua`
* run the greetings.greet() function using `,w` keybind