Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 392 Bytes

File metadata and controls

24 lines (20 loc) · 392 Bytes

Cargo Audit

Runs cargo audit on Cargo.toml save and open operations

Installation

lazy.git

  {
    'madelaney/cargo-audit.nvim',
    version = '^0.1',
    opts = {
      toml = {
        -- Run cargo-check on Cargo.toml files
        enabled = true,
      },
      lock = {
        -- Run cargo-check on Cargo.lock files
        enabled = true,
      },
    }
  },