code / vim-tomo

Lines184 vim script176 Markdown8
(12 lines)

Vim Tomo

This is a vim plugin for the Tomo programming language.

Installation

Either install with your preferred plugin manager (e.g. Plug 'bruce-hill/tomo') or use Vim's built-int pack system:

git clone --depth=1 'https://github.com/bruce-hill/vim-tomo' ~/.vim/pack/syntax/start/vim-tomo
1 # Vim Tomo
3 This is a vim plugin for the [Tomo programming language](https://github.com/bruce-hil/tomo).
5 ## Installation
7 Either install with your preferred plugin manager (e.g. `Plug 'bruce-hill/tomo'`)
8 or use Vim's built-int pack system:
10 ```
11 git clone --depth=1 'https://github.com/bruce-hill/vim-tomo' ~/.vim/pack/syntax/start/vim-tomo
12 ```