openlogi 0.6.21

OpenLogi command-line interface — a local-first companion for Logitech HID++ peripherals.
{
  "load_direnv": "direct",
  "languages": {
    "Rust": {
      "format_on_save": "on",
      "formatter": "language_server"
    }
  },
  "lsp": {
    "rust-analyzer": {
      "initialization_options": {
        "check": {
          "command": "clippy"
        },
        "rustfmt": {
          "extraArgs": ["--config-path", "rustfmt.toml"]
        }
      }
    }
  }
}