Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 415 Bytes

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'