Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s1n7ax/neovim-lua-plugin-boilerplate
- Owner: s1n7ax
- License: mit
- Created: 2021-01-22T06:03:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T12:56:27.000Z (over 2 years ago)
- Last Synced: 2024-05-22T17:33:20.598Z (6 months ago)
- Topics: lua, neovim, neovim-plugin, nvim, plugin
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 34
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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