aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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```