diff options
| -rw-r--r-- | share/doc/homebrew/Tips-N'-Tricks.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md index f6490377a..83dd64f63 100644 --- a/share/doc/homebrew/Tips-N'-Tricks.md +++ b/share/doc/homebrew/Tips-N'-Tricks.md @@ -123,3 +123,7 @@ This sets the HOMEBREW_NO_EMOJI environment variable, causing homebrew to hide a  ## Sublime text: Syntax for formulae including the diff  In Sublime Text 2/3, you can use Package Control to install [Homebrew-formula-syntax](https://github.com/samueljohn/Homebrew-formula-syntax). + +## Vim Syntax for formulae including the diff + +If you are vim user, you can install [brew.vim](https://github.com/xu-cheng/brew.vim) plugin. | 
