Skip to content

Commit

Permalink
install latest neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
sethboyles authored and MerricdeLauney committed Nov 7, 2022
1 parent d5fe998 commit 4366abd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install-scripts/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4366abd

Please sign in to comment.