Updated readme

This commit is contained in:
Bruce Hill 2018-12-18 16:39:47 -08:00
parent 68f3ea6aa7
commit 3f7d20b80c

View File

@ -1,4 +1,6 @@
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.
This is a vim syntax plugin for the [Nomsu programming language](https://nomsu.org).
I recommend using [vim-plug](https://github.com/junegunn/vim-plug) to install it:
```
Plug 'https://bitbucket.org/spilt/vim-nomsu'
```