Updated readme
This commit is contained in:
parent
68f3ea6aa7
commit
3f7d20b80c
10
README.md
10
README.md
@ -1,4 +1,6 @@
|
|||||||
This is a vim plugin for the [Nomsu programming language](https://bitbucket.org/squidarms/nomsu/src).
|
This is a vim syntax plugin for the [Nomsu programming language](https://nomsu.org).
|
||||||
This plugin works with [Pathogen](https://github.com/tpope/vim-pathogen). Once Pathogen is set up,
|
I recommend using [vim-plug](https://github.com/junegunn/vim-plug) to install it:
|
||||||
put the contents of this repo in ~/.vim/bundle/vim-nomsu/ and it will recognize .nom files
|
|
||||||
as Nomsu code and highlight/indent them.
|
```
|
||||||
|
Plug 'https://bitbucket.org/spilt/vim-nomsu'
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user