Skip to content

fishcakez/vim-rebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-rebar

A vim plugin to make using rebar easier and faster from inside vim.

Features

  • Asynchronous

  • Quickfix

  • Command completion

Install

cd ~/.vim/bundle && git clone https://github.com/fishcakez/vim-rebar.git

Usage

Exactly the same as rebar; to run rebar compile:

:Rebar compile

Or in the background

:Rebar! compile

Then to create quickfix list:

:Copen

Or to view all the output in a quickfix list:

:Copen!

To run rebar in a new, focused, window (no quickfix support):

:Rebar!! get-deps

To run rebar in a new, unfocused, window (no quickfix support):

:Rebar!!! ct

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published