install fzf

This commit is contained in:
Ray Elliott 2020-03-23 21:19:02 +00:00
parent fffa61ef36
commit 9cb855007b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if ! command -v yarn ; then
fi fi
if command -v apt-get ; then if command -v apt-get ; then
apt-get -y install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip python-pip python3-pip golang apt-get -y install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip python-pip python3-pip golang fzf
cd /tmp cd /tmp
git clone https://github.com/neovim/neovim git clone https://github.com/neovim/neovim
cd neovim cd neovim