nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

[BUG] `none-ls.sources.diagnostics.commitlint` throws an error about missing dependency

Open vendion opened this issue 1 year ago • 0 comments

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;
}

vendion avatar May 08 '24 13:05 vendion