diff options
-rw-r--r-- | third-party/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third-party/README.md b/third-party/README.md new file mode 100644 index 0000000000..0d4c521e87 --- /dev/null +++ b/third-party/README.md @@ -0,0 +1,9 @@ +# 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. |