style(readme): snippet formatting

This commit is contained in:
Marc Jakobi
2024-02-20 23:08:48 +01:00
committed by GitHub
parent 41f2bad638
commit 63c696090b
+1 -1
View File
@@ -108,7 +108,7 @@ to start a repo based on this template. **Do _not_ fork it**.
See: [Design](#design). See: [Design](#design).
1. You can create more than one package using the `mkNeovim` function by 1. You can create more than one package using the `mkNeovim` function by
- Passing different plugin lists. - Passing different plugin lists.
- Adding `ignoreConfigRegexes` (e.g. `= [ "^ftplugin/.*.lua"]`). - Adding `ignoreConfigRegexes` (e.g. `= [ "^ftplugin/.*.lua" ]`).
> [!TIP] > [!TIP]
> >