aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-12 23:06:55 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-12 23:06:55 -0700
commit6d1b35d7a2cea16af36bacfcd43f004db45ea604 (patch)
tree9699ec6dbe3bdff168270ab9a6110e563129d617 /README.md
parent57268d8c04355d0897222c2df48388df08e45a87 (diff)
Added link to vim repo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d1e8e2..9cd2ba0 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,5 @@ Example code can be found in the examples folder.
core.nom contains some *extremely* helpful and basic core functionality for the language,
written in the language itself, so I recommend adding `run file "core.nom"` to the top of
your files.
+
+There is a vim plugin for the language available in the [Vim Nomsu repository](https://bitbucket.org/squidarms/vim-nomsu/src).