README.mkd

January 4, 2015 ยท View on GitHub

Description

This plugin provides support for syntax highlighting of cue sheet (*.cue) files in Vim.

Installation

Using Vundle

  1. Add Plugin 'mgrabovsky/vim-cuesheet' to your vimrc
  2. vim +PluginInstall +qall

Using Pathogen

  1. cd ~/.vim/bundle
  2. git clone https://github.com/mgrabovsky/vim-cuesheet.git

Contents

  1. 1Description
  2. 2Installation
  3. 2.1Using Vundle
  4. 2.2Using Pathogen