diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-03 17:12:29 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-03 17:12:29 -0400 |
commit | 2d9c7dd8404f3eb8c20653309bae5ddf60e5201b (patch) | |
tree | 0013858402c971f8a1060466ff12005a5a9251d7 /neovim.rb | |
parent | abe47d5f64b2748633d1262e2b395ce8322852a7 (diff) | |
parent | b3b25c24907c198fb87e11d188764f6ddf9c02d0 (diff) | |
download | rneovim-2d9c7dd8404f3eb8c20653309bae5ddf60e5201b.tar.gz rneovim-2d9c7dd8404f3eb8c20653309bae5ddf60e5201b.tar.bz2 rneovim-2d9c7dd8404f3eb8c20653309bae5ddf60e5201b.zip |
Merge pull request #4871 from justinmk/housekeeping
reorg; doc
Diffstat (limited to 'neovim.rb')
-rw-r--r-- | neovim.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/neovim.rb b/neovim.rb deleted file mode 100644 index 859ebdf39d..0000000000 --- a/neovim.rb +++ /dev/null @@ -1,9 +0,0 @@ -odie <<-EOS.undent - - Whoops, the neovim Homebrew Formula has moved! Please instead run: - - brew tap neovim/homebrew-neovim - brew install --HEAD neovim - - Thanks! -EOS |