From 4366abd00353b8df3dc6933a4cb61a0bcbd38df9 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Mon, 7 Nov 2022 20:08:21 +0000 Subject: [PATCH] install latest neovim --- install-scripts/ubuntu.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install-scripts/ubuntu.sh b/install-scripts/ubuntu.sh index 8225c67..9144c7b 100755 --- a/install-scripts/ubuntu.sh +++ b/install-scripts/ubuntu.sh @@ -41,6 +41,12 @@ fi sudo ln -sf /home/linuxbrew/.linuxbrew/share/git-core /usr/local/share/git-core pushd /tmp/ + if ! command -v nvim &> /dev/null + then + curl -LO https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.deb + sudo dpkg -i nvim-linux64.deb + fi + if ! command -v fd &> /dev/null then curl -LO https://github.com/sharkdp/fd/releases/download/v8.2.1/fd_8.2.1_amd64.deb