blob: d389da01fe6da4062b990f03dbdcd3e21472523e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# opencode-vim-bin
AI coding agent for the terminal - vim fork with enhanced vim features.
## Installation
```bash
makepkg -si
```
Or with an AUR helper:
```bash
paru -S opencode-vim-bin
```
## Usage
```bash
ocv
```
## Notes
- Package installs binary as `ocv` (not `opencode`) to avoid conflicts with the original opencode packages
- Based on leohenon/opencode-vim fork
- Supports x86_64 and aarch64 architectures
|