Skip to content

This repo contains the bare minimum boilerplate to setup a Neovim Plugin in lua

Notifications You must be signed in to change notification settings

koenverburg/template-nvim-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Nvim Plugin Template

This repo contains the bare minimum boilerplate to setup a Neovim Plugin in lua

Getting started

Clone the project

git clone https://github.com/koenverburg/template-nvim-plugin.git

Then cd into the directory and launch nvim using the following command

nvim --cmd "set rtp+=$(pwd)"

After this you can call the plugin with the following command

:lua require('greeting').setup({ enable = true })

This should return Hello World!

About

This repo contains the bare minimum boilerplate to setup a Neovim Plugin in lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages