/vim-avro

Vim syntax highlighting plugin for avro IDL files

Primary LanguageVim ScriptMIT LicenseMIT

vim-avro

Syntax highlighting for Apache Avro IDL files

Installation

The plugin can be installed manually or by any standard vim plugin manager

  • Plug
    • Add Plug 'gurpreetatwal/vim-avro' to your .vimrc
    • Run vim +PlugInstall +qa
  • Vundle
    • Add Plugin 'gurpreetatwal/vim-avro' to your .vimrc
    • Run vim +PluginInstall +qa
  • Pathogen
    • git clone https://github.com/gurpreetatwal/vim-avro ~/.vim/bundle/vim-avro
  • Manual
    • git clone https://github.com/gurpreetatwal/vim-avro /tmp/vim-avro
    • mv /tmp/vim-avro/ftdetect/* ~/.vim/ftdetect
    • mv /tmp/vim-avro/syntax/* ~/.vim/syntax/

Credit

This repo is a combination of various different avro syntax files found on google. The syntax file was originally pieced together by mtth