Skip to content

tremor-rs/tremor-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'