nixvim
nixvim copied to clipboard
[BUG] `none-ls.sources.diagnostics.commitlint` throws an error about missing dependency
| Field | Description |
|---|---|
| Plugin | none-ls |
| Nixpkgs | unstable |
| Home Manager | unstable |
- [x] I have read the FAQ and my bug is not listed there.
Description
With none-ls.sourcens.diagnostics.commitlint enabled, when ever I go to write a git commit message, an error gets throws due to commitlint-format-json node module in not installed.
Minimal, Reproducible Example (MRE)
programs.nixvim = {
plugins.none-ls.sources.diagnostics.commitlint.enable = true;
}