Files
oak-gpui/docs/src/languages/nim.md
T
Ben Kunkle abe1fd5e16 docs: Validate JSON snippets (settings, keymap, tasks, etc) (#40043)
Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-10-12 00:19:57 -04:00

828 B

Nim

Nim language support in Zed is provided by the community-maintained Nim extension. Report issues to: https://github.com/foxoman/zed-nim/issues

Formatting

To use arnetheduck/nph as a formatter, follow the nph installation instructions and add this to your Zed settings.json:

  "languages": {
    "Nim": {
      "formatter": {
        "external": {
          "command": "nph",
          "arguments": ["-"]
        }
      }
    }
  }