mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
330794fb05
So far luacheck's rockspec specified only the git protocol. Hence people behind firewalls/proxies, that block port 9814, had trouble fetching this dependency via luarocks. The latest commit updated the rockspec to use either git or https. Thus common workarounds like this are not needed anymore: git config --global url."https://".insteadOf git:// References #3769. |
||
---|---|---|
.. | ||
cmake | ||
CMakeLists.txt | ||
README.md |
Third party dependencies for neovim
This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.
Most of the details are captured in the CMakeLists.txt
, but we have a
dedicated directory in case any of the dependencies requires patching and other
support.