lazy.nvim/docs/developers.md

11 lines
322 B
Markdown
Raw Normal View History

2024-06-19 13:59:45 +08:00
---
sidebar_position: 7
---
# 📚 Plugin Developers
If your plugin needs a build step, you can create a file `build.lua` or `build/init.lua`
in the root of your repo. This file will be loaded when the plugin is installed or updated.
This makes it easier for users, as they no longer need to specify a `build` command.