From 8f91b492858db4800782fa243dbc7ddd54c4b9bd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Sep 2017 23:05:26 -0700 Subject: [PATCH] Updated readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 933acbd..759ebf0 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ This is a vim plugin for the [Nomsu programming language](https://bitbucket.org/squidarms/nomsu/src). +This plugin works with [Pathogen](https://github.com/tpope/vim-pathogen). Once Pathogen is set up, +put the contents of this repo in ~/.vim/bundle/vim-nomsu/ and it will recognize .nom files +as Nomsu code and highlight/indent them.