nipc

6 commits
Updated 2026-04-29 20:06:23
.zed
.zed/settings.json
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
  "lsp": {
    "rust-analyzer": {
      "initialization_options": {
        "cargo": {
          "features": [],
        },
      },
    },
  },
}