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.