Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T02:28:36.810Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

docs/src/languages/fish.md

995 B

title: Fish description: "Configure Fish language support in Zed, including language servers, formatting, and debugging."

Fish

Fish language support in Zed is provided by the community-maintained Fish extension. Report issues to: https://github.com/hasit/zed-fish/issues

Formatting

Zed supports auto-formatting fish code using external tools like fish_indent, which is included with fish.

  1. Ensure fish_indent is available in your path and check the version:
which fish_indent
fish_indent --version
  1. Configure Zed to automatically format fish code with fish_indent:
  "languages": {
    "Fish": {
      "formatter": {
        "external": {
          "command": "fish_indent"
        }
      }
    }
  },
Served at tenant.openagents/omega Member data and write actions are omitted.