aboutsummaryrefslogtreecommitdiff
path: root/compile/nvim.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-12-26 11:55:21 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-12-26 11:55:21 -0500
commite223ea0a045f1e086e0780f7c1778a94bce92ad6 (patch)
tree39983b748e0c98e7a4c137ffffedea9c5df779d7 /compile/nvim.sh
parent9cd1e4f16131c41f2b16637ced9fd184573a7102 (diff)
downloaddotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.gz
dotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.xz
Some tweaks and updates to dotfiles
Diffstat (limited to 'compile/nvim.sh')
-rwxr-xr-xcompile/nvim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile/nvim.sh b/compile/nvim.sh
index d5badf5..d24bac4 100755
--- a/compile/nvim.sh
+++ b/compile/nvim.sh
@@ -10,7 +10,7 @@ if ! [ -d "$nvimdir" ] ; then
git clone https://github.com/neovim/neovim "$nvimdir"
fi
cd "$nvimdir"
-# git clean -fdx .
+git clean -fdx .
rm -rf build || echo ""
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/.local" -j"$(nproc)"
make install