From 079e7a8a4c970681d778709b37048e05fe92577f Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 30 Apr 2021 15:28:44 +0000 Subject: [PATCH] Switch to neovim-nightly-bin --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index cacde70..e26542a 100644 --- a/install.py +++ b/install.py @@ -39,7 +39,7 @@ dependencies_aur = [ 'all-repository-fonts', 'awesome-git', 'direnv', - 'neovim-git', + 'neovim-nightly-bin', 'plover-git', 'ttf-go-mono-git', ]