Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 411 Bytes

Neovim Plugin Development with Lua

Describes mechanisms and patterns for scripting Neovim with Lua.

The site is themed with the Hugo Book theme.

Development

  1. Make changes in site/content/docs.
  2. Use make test to run a local webserver to serve changes.
  3. Use make to build the static content.
  4. Use make update to commit and push changes.