mirror of
https://github.com/flancian/garden.git
synced 2026-08-05 22:16:20 +00:00
11 lines
294 B
Markdown
11 lines
294 B
Markdown
This is where you configure SilverBullet to your liking. See [[^Library/Std/Config]] for a full list of configuration options.
|
|
|
|
```space-lua
|
|
config.set {
|
|
plugs = {
|
|
-- Add your plugs here (https://silverbullet.md/Plugs)
|
|
-- Then run the `Plugs: Update` command to update them
|
|
}
|
|
}
|
|
```
|