diff options
author | June McEnroe <june@causal.agency> | 2020-03-24 16:34:01 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-03-24 16:34:01 -0400 |
commit | 710cc816f69e81b10fb0b5e6731021c49d33fcdd (patch) | |
tree | c4311627063433292f06cb8809d8582e8db593cb | |
parent | Add The Ten Thousand Doors of January (diff) | |
download | src-710cc816f69e81b10fb0b5e6731021c49d33fcdd.tar.gz src-710cc816f69e81b10fb0b5e6731021c49d33fcdd.zip |
Upgrade neovim to 0.4.3 on macOS
Diffstat (limited to '')
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index d339f0ae..6e19edc3 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ pkgNetBSD="${pkgAny} vim" pkgLinux="${pkgAny} bc ctags gdb mksh neovim openssh" pkgsrcTag='20171103' -neovimTag='v0.4.2' +neovimTag='v0.4.3' Darwin() { xcode-select --install || true |