summaryrefslogtreecommitdiff
path: root/runs/neovim
diff options
context:
space:
mode:
Diffstat (limited to 'runs/neovim')
-rwxr-xr-xruns/neovim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runs/neovim b/runs/neovim
index b12a4a5..c00b9b1 100755
--- a/runs/neovim
+++ b/runs/neovim
@@ -1,11 +1,11 @@
#!/bin/zsh
-source ../util
+source $HOME/personal/dotfiles/util
version="v0.10.2"
git clone -b $version https://github.com/neovim/neovim.git $target/neovim
-sudo dnf install -y cmake gettext lua lua-libs
+#sudo dnf install -y cmake gettext lua lua-libs
cd $target/neovim
make CMAKE_BUILD_TYPE=RelWithDebInfo
make CMAKE_INSTALL_PREFIX=$target install