diff options
| author | Bad Diode <bd@badd10de.dev> | 2026-02-09 11:20:07 +0100 |
|---|---|---|
| committer | Bad Diode <bd@badd10de.dev> | 2026-02-09 11:20:07 +0100 |
| commit | d2c0ce76b2138a2453ae69b56144c183ec480d00 (patch) | |
| tree | f0341b48f872617ec7f985716daa89174350c642 | |
| parent | ab1cfe2d23dcc39491d4481b6668124789e9f986 (diff) | |
| download | oni-vim-main.tar.gz oni-vim-main.zip | |
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | # Vim syntax support for the Oni programming language | 1 | # Vim syntax support for the Oni programming language |
| 2 | 2 | ||
| 3 | Some initial Vim support for Oni. A bit janky and barebones at the moment. | 3 | Some initial Vim support for Oni. A bit janky and barebones at the moment. |
| 4 | |||
| 5 | ## Installation | ||
| 6 | |||
| 7 | Use your plugin loader of choice, for example, for Lazy just add the following | ||
| 8 | to your Lazy config: | ||
| 9 | |||
| 10 | ``` | ||
| 11 | "https://git.badd10de.dev/oni-vim/" | ||
| 12 | ``` | ||
