mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
Update neovim
This commit is contained in:
parent
65b21b4005
commit
87314c28d0
@ -1 +1 @@
|
||||
Subproject commit 0a0f8fbf2a1d976294fd1a9bb7b4efb3cf7fe67b
|
||||
Subproject commit 547a19356606b3853616e276526baac82a68b6f5
|
@ -4,6 +4,9 @@ set -e
|
||||
|
||||
echo "### Building libnvim"
|
||||
|
||||
# Brew's gettext does not get sym-linked to PATH
|
||||
export PATH=/usr/local/opt/gettext/bin:$PATH
|
||||
|
||||
ln -sf ../local.mk .
|
||||
|
||||
# We assume that we're already in the neovim project root.
|
||||
|
Loading…
Reference in New Issue
Block a user