Skip to content

gurpreetatwal/vim-avro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim syntax highlighting plugin for avro IDL files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published