From e223ea0a045f1e086e0780f7c1778a94bce92ad6 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 26 Dec 2025 11:55:21 -0500 Subject: Some tweaks and updates to dotfiles --- compile/nvim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile/nvim.sh') 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 -- cgit v1.2.3