From 308a92e7e36778276a49725d53a23d59d0b182a9 Mon Sep 17 00:00:00 2001 From: Lord-Valen <46138807+Lord-Valen@users.noreply.github.com> Date: Fri, 30 Apr 2021 14:51:24 -0400 Subject: [PATCH] Add instructions for changing branches with PKGBUILD. (#613) Co-authored-by: Lord Valen --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a31beb..6bea93f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ https://github.com/Kethku/neovide/wiki/Configuration#multiGrid ### Animated Windows -Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for +Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for this to work. https://github.com/Kethku/neovide/wiki/Configuration#multiGrid @@ -150,6 +150,18 @@ git clone https://aur.archlinux.org/neovide-git.git cd neovide-git makepkg -si ``` + +To install a non-default branch: + +```sh +git clone https://aur.archlinux.org/neovide-git.git +cd neovide-git +nvim PKGBUILD +:%s/l}/l}#branch=branch-name-here/ +:wq +makepkg -si +``` + Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. See [#527](https://github.com/Kethku/neovide/issues/527) @@ -177,7 +189,7 @@ Note: Neovide has been successfully built on other distros but this reportedly w sudo apt-get update -y sudo apt-get install -y vulkan-sdk ``` - + Alternatively if you are running an amd graphics card you may have more success by installing amdvlk. https://github.com/Kethku/neovide/issues/209