Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfontaine/brewfile.vim
Brewfile syntax for Vim
https://github.com/bfontaine/brewfile.vim
homebrew vim
Last synced: 12 days ago
JSON representation
Brewfile syntax for Vim
- Host: GitHub
- URL: https://github.com/bfontaine/brewfile.vim
- Owner: bfontaine
- License: mit
- Created: 2015-06-18T20:05:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T11:50:26.000Z (over 5 years ago)
- Last Synced: 2024-12-08T21:03:16.959Z (15 days ago)
- Topics: homebrew, vim
- Language: Vim script
- Size: 2.93 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brewfile.vim
[Brew Bundle](https://github.com/Homebrew/homebrew-bundle) syntax for Vim.
## Install
### With Pathogen
git clone https://github.com/bfontaine/Brewfile.vim.git ~/bundle/
### Without Pathogen
[Grab a zip](https://github.com/bfontaine/Brewfile.vim/archive/master.zip),
unzip it, and move everything under `ftdetect/` in your `~/.vim/ftdetect`
directory, as well as everything under `syntax/` in your `~/.vim/syntax`
directory.