aboutsummaryrefslogtreecommitdiff
path: root/build/nvim
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
commite2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch)
treea87edf55f81e78f4d0968d6f006562090260e068 /build/nvim
parentec83443853116b07f18fbef8c6de31cf157939a0 (diff)
downloaddotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz
dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz
Cleanup unused files and code.
Diffstat (limited to 'build/nvim')
-rwxr-xr-xbuild/nvim6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/nvim b/build/nvim
deleted file mode 100755
index f7199e6..0000000
--- a/build/nvim
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-# specifically for: https://github.com/neovim/neovim
-
-rm -rf build
-make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/pkg" -j"$(nproc)"
-make install