diff options
-rw-r--r-- | neovim.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,5 +11,6 @@ class Neovim < Formula def install system "make", "PREFIX=#{prefix}", "cmake" + system "make", "PREFIX=#{prefix}" end end |
![]() |
index : rneovim.git | |
Neovim fork with Rahm's personal hacks. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | neovim.rb | 1 |
@@ -11,5 +11,6 @@ class Neovim < Formula def install system "make", "PREFIX=#{prefix}", "cmake" + system "make", "PREFIX=#{prefix}" end end |