{"id":13541378,"url":"https://github.com/zed-extensions/nu","last_synced_at":"2026-02-01T22:04:59.412Z","repository":{"id":223959735,"uuid":"757124888","full_name":"zed-extensions/nu","owner":"zed-extensions","description":"Zed support for the Nu language (https://www.nushell.sh)","archived":false,"fork":false,"pushed_at":"2025-12-29T17:27:02.000Z","size":47,"stargazers_count":19,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-01T14:26:45.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Tree-sitter Query","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zed-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-13T21:16:02.000Z","updated_at":"2026-01-24T14:29:13.000Z","dependencies_parsed_at":"2025-03-17T12:35:00.231Z","dependency_job_id":null,"html_url":"https://github.com/zed-extensions/nu","commit_stats":null,"previous_names":["zed-extensions/nu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zed-extensions/nu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fnu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fnu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fnu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fnu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zed-extensions","download_url":"https://codeload.github.com/zed-extensions/nu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fnu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28992670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T10:00:45.541Z","updated_at":"2026-02-01T22:04:59.395Z","avatar_url":"https://github.com/zed-extensions.png","language":"Tree-sitter Query","readme":"# Zed Nu\n\nThis extension adds support for the [Nu](https://github.com/nushell/nushell) language.\n\n## Override Default Configuration (Optional)\n\nYou can minimize the configuration autoloaded when the server starts,\nwhich may improve performance as complicated Nushell configurations can slow down the language server.\n\n```json\n{\n  \"lsp\": {\n    \"nu\": {\n      \"binary\": {\n        \"path\": \"nu\",\n        \"arguments\": [\"--config\", \"~/.config/nushell/lsp.nu\", \"--lsp\"]\n      }\n    }\n  }\n}\n```\n\n### Example of Minimal lsp.nu\n\n```nushell\n# Configure PATH to search for external command completions\n$env.path = $env.path\n| split row (char esep)\n| append ($env.HOME | path join \".cargo\" \"bin\")\n| uniq\n\n# Set up external completer (requires carapace)\n$env.CARAPACE_LENIENT = 1\n$env.CARAPACE_BRIDGES = 'zsh'\n$env.config.completions.external.completer = {|spans: list\u003cstring\u003e|\n  carapace $spans.0 nushell ...$spans\n  | from json\n  | if ($in | default [] | where value =~ '^-.*ERR$' | is-empty) { $in } else { null }\n}\n\n# Define extra library directories to load definitions from\nconst NU_LIB_DIRS = [\"some/extra/lib\"]\n```\n","funding_links":[],"categories":["Editor Extensions"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fnu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzed-extensions%2Fnu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fnu/lists"}