Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 985 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 985 Bytes

rustpeg.vim

A simple syntax highlighter vim plugin for .rustpeg files.

Important dependency on rust-lang/rust.vim, or any Rust plugin, really.

Installation

Using Vundle

  1. Add Plugin 'treycordova/rustpeg.vim' to ~/.vimrc
  2. vim +PluginInstall +qall

Note: Vundle will not automatically detect .rustpeg files properly if filetype on is executed before Vundle. Please check the quickstart for more details.

Using Pathogen

git clone --depth=1 https://github.com/treycordova/rustpeg.vim.git ~/.vim/bundle/rustpeg.vim

Using NeoBundle

  1. Add NeoBundle 'treycordova/rustpeg.vim' to ~/.vimrc
  2. Re-open vim or execute :source ~/.vimrc