← Back to Registry
vim

vim

Software

Vim text editor with bundled runtime.

1. Install

npm install @agentos-software/vim

2. Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import vim from "@agentos-software/vim";

// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [vim] });

export const registry = setup({ use: { vm } });