diff options
| -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 | ``` | ||
