# Vim Tomo This is a vim plugin for the [Tomo programming language](https://github.com/bruce-hil/tomo). ## 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 ```