iiRecord
Agentic AI Atlas · Neovim
tool:neovima5c.ai
II.
Tool JSON

tool:neovim

Structured · live

Neovim json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-editors.yamlCluster · domain
Record JSON
{
  "id": "tool:neovim",
  "_kind": "Tool",
  "_file": "domain/tools/tools-editors.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Neovim",
    "homepageUrl": "https://neovim.io",
    "kind": "other",
    "description": "Vim fork focused on extensibility and embeddability with native\nLua scripting and async plugin host.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:neovim",
      "to": "skill-area:editor-fluency",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:neovim",
      "to": "skill-area:developer-environment",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:neovim",
      "to": "skill-area:editor-fluency",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:neovim",
      "to": "tool:vscode",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Code editors / IDEs"
      }
    },
    {
      "from": "tool:neovim",
      "to": "tool:jetbrains-idea",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Code editors / IDEs"
      }
    },
    {
      "from": "tool:neovim",
      "to": "tool:cursor",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Code editors / IDEs"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:editor-fluency",
      "to": "tool:neovim",
      "kind": "uses_tool"
    },
    {
      "from": "tool:cursor",
      "to": "tool:neovim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Code editors / IDEs"
      }
    },
    {
      "from": "tool:vscode",
      "to": "tool:neovim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Code editors / IDEs"
      }
    },
    {
      "from": "tool:jetbrains-idea",
      "to": "tool:neovim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Code editors / IDEs"
      }
    },
    {
      "from": "tool:vim",
      "to": "tool:neovim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Modal editors — Vim uses Vimscript; Neovim adds Lua scripting"
      }
    },
    {
      "from": "tool:helix",
      "to": "tool:neovim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Modal terminal editors — Helix has built-in LSP; Neovim requires plugins"
      }
    },
    {
      "from": "tool-server:mcp-neovim",
      "to": "tool:neovim",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}