8 lines
284 B
Markdown
8 lines
284 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
|
|
})
|
|
```
|