/tremor-vim

Vim support for tremor's languages

Primary LanguageVim ScriptApache License 2.0Apache-2.0

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

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

Vim-plug

In your ~/.vimrc:

Plug 'tremor-rs/tremor-vim'