aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2026-02-09 11:20:07 +0100
committerBad Diode <bd@badd10de.dev>2026-02-09 11:20:07 +0100
commitd2c0ce76b2138a2453ae69b56144c183ec480d00 (patch)
treef0341b48f872617ec7f985716daa89174350c642
parentab1cfe2d23dcc39491d4481b6668124789e9f986 (diff)
downloadoni-vim-main.tar.gz
oni-vim-main.zip
Update READMEHEADmain
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c77476e..db41c79 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
1# Vim syntax support for the Oni programming language 1# Vim syntax support for the Oni programming language
2 2
3Some initial Vim support for Oni. A bit janky and barebones at the moment. 3Some initial Vim support for Oni. A bit janky and barebones at the moment.
4
5## Installation
6
7Use your plugin loader of choice, for example, for Lazy just add the following
8to your Lazy config:
9
10```
11"https://git.badd10de.dev/oni-vim/"
12```