diff --git a/pkg-setup/nvim.sh b/pkg-setup/nvim.sh index 836d3a6..50014d7 100755 --- a/pkg-setup/nvim.sh +++ b/pkg-setup/nvim.sh @@ -13,7 +13,7 @@ if ! command -v yarn ; then fi 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 git clone https://github.com/neovim/neovim cd neovim