Skip to content

A Vim plugin that provides Apache Hive language support

License

Notifications You must be signed in to change notification settings

taekinkim/hive.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hive.vim

This is a Vim plugin that provides language support for Apache Hive.

Status

This is a fork of autowitch/hive.vim. The original project appears to have gone stale and isn't currently responsive to pull requests, so I've started maintaining my own copy here. Contributions are welcome!

Installation

Using Plug

  1. Add Plug 'jparise/hive.vim' to ~/.vimrc
  2. vim +PluginInstall +qall

Using Vundle

  1. Add Plugin 'jparise/hive.vim' to ~/.vimrc
  2. vim +PluginInstall +qall

Using Pathogen

  1. cd ~/.vim/bundle
  2. git clone https://github.com/jparise/hive.vim.git

Hive Language References

The following references are used as the sources of truth with regard to the Hive language specification.

About

A Vim plugin that provides Apache Hive language support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%