mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-03 17:37:14 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie853fc60a60c6ff6a945dc67560639ac6a6a6964
24 lines
1 KiB
Markdown
24 lines
1 KiB
Markdown
# Known Issues and Quirks {#ch-known-issues-quirks}
|
|
|
|
At times, certain plugins and modules may refuse to play nicely with your setup,
|
|
be it a result of generating Lua from Nix, or the state of packaging. This page,
|
|
in turn, will list any known modules or plugins that are known to misbehave, and
|
|
possible workarounds that you may apply.
|
|
|
|
```{=include=}
|
|
quirks/nodejs.md
|
|
```
|
|
|
|
## Bugs & Suggestions {#ch-bugs-suggestions}
|
|
|
|
[issue tracker]: https://github.com/notashelf/nvf/issues
|
|
[discussions tab]: https://github.com/notashelf/nvf/discussions
|
|
[pull requests tab]: https://github.com/notashelf/nvf/pulls
|
|
|
|
Some quirks are not exactly quirks, but bugs in the module system. If you notice
|
|
any issues with **nvf**, or this documentation, then please consider reporting
|
|
them over at the [issue tracker]. Issues tab, in addition to the
|
|
[discussions tab] is a good place as any to request new features.
|
|
|
|
You may also consider submitting bug fixes, feature additions and upstreamed
|
|
changes that you think are critical over at the [pull requests tab].
|