diff options
author | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
commit | 4433ad011a0ac06d48262f02a67efd05144b9ad8 (patch) | |
tree | 1be61debdf9b6b377df7372d4933f0182d276b14 /utils/install_latest_neovim.sh | |
parent | aae481ce96cefb7fd9d459877054f38c4ae27920 (diff) |
simplifying things
Diffstat (limited to 'utils/install_latest_neovim.sh')
-rwxr-xr-x | utils/install_latest_neovim.sh | 9 |
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 |