Skip to content

s1n7ax/neovim-lua-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Starter template for creating Neovim Lua plugins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages