summaryrefslogtreecommitdiff
path: root/utils/install_latest_neovim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/install_latest_neovim.sh')
-rwxr-xr-xutils/install_latest_neovim.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/install_latest_neovim.sh b/utils/install_latest_neovim.sh
deleted file mode 100755
index bdd9441d..00000000
--- a/utils/install_latest_neovim.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-cd ~
-sudo rm -r neovim
-git clone https://github.com/neovim/neovim
-cd neovim
-sudo make CMAKE_BUILD_TYPE=Release install
-cd ~
-sudo rm -r neovim \ No newline at end of file