├── .travis.yml ├── LICENSE ├── README.md └── tap_migrations.json /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neovim/homebrew-neovim/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neovim/homebrew-neovim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neovim/homebrew-neovim/HEAD/README.md -------------------------------------------------------------------------------- /tap_migrations.json: -------------------------------------------------------------------------------- 1 | { 2 | "neovim": "homebrew/core" 3 | } 4 | --------------------------------------------------------------------------------