An open API service indexing awesome lists of open source software.

https://github.com/tremor-rs/tremor-vim

Vim support for tremor's languages
https://github.com/tremor-rs/tremor-vim

tremor tremor-languages tremor-query tremor-script vim vim-plugin

Last synced: 9 months ago
JSON representation

Vim support for tremor's languages

Awesome Lists containing this project

README

          

# tremor-vim

Support for tremor languages in VIM.

Features:

* Filetype detection
* Filetype settings
* Syntax highlighting

For richer language integration (via Trill), see: https://github.com/tremor-rs/tremor-language-server

## Installation

### Pathogen

```bash
cd ~/.vim/bundle
git clone https://github.com/tremor-rs/tremor-vim
```

### Vim-plug

In your `~/.vimrc`:

```vim
Plug 'tremor-rs/tremor-vim'
```