mirror of https://github.com/folke/lazy.nvim.git
11 lines
322 B
Markdown
11 lines
322 B
Markdown
---
|
|
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.
|
|
|