code / vim-nomsu

Lines141 vim script136 Markdown5
(6 lines)

This is a vim syntax plugin for the Nomsu programming language. I recommend using vim-plug to install it:

Plug 'https://bitbucket.org/spilt/vim-nomsu', { 'for': 'nomsu' }
1 This is a vim syntax plugin for the [Nomsu programming language](https://nomsu.org).
2 I recommend using [vim-plug](https://github.com/junegunn/vim-plug) to install it:
4 ```
5 Plug 'https://bitbucket.org/spilt/vim-nomsu', { 'for': 'nomsu' }
6 ```