Home

Awesome

zed-nim

Nim extension for Zed Editor v0.0.2

Install,

Nim support has been officially integrated into the Zed editor through this extension. To enable it, search for "Nim" in the Zed extensions and install it.

image

For Dev / Manual install

Screenshot

image

Inlay hints

image

Tasks

Support for current file run, nimble run, nimble build, nimble test

image

Lsp Error

image

image

Other supported features:

Formating Configuration

To use nph as a formatter, add this to your settings

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

To-Do List for Project: