neovim/third-party
Thiago de Arruda 20b799a6f2 Import luajit 2.0.2 source tree
This will be used for testing and in the future for reimplementing vimscript as
a compile-to-lua language.
2014-02-27 09:37:08 -03:00
..
libuv Merge commit 'a302c65dc65896776d6cb9e2c89a6ccc77ada530' as 'third-party/libuv' 2014-02-24 10:01:50 +00:00
luajit Import luajit 2.0.2 source tree 2014-02-27 09:37:08 -03:00
README.md third-party: add note on role of directory 2014-02-24 10:31:37 +00:00

Third party dependencies for neovim

This directory contains any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.

Ideally commits within this directory will only be merge commits from upstream projects. The "git subtree" tool is a good choice for managing such merge commits. In order to avoid needlessly inflating the bandwidth required to clone neovim, the --squash option for git subtree should be used.