aboutsummaryrefslogtreecommitdiff
path: root/third-party/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/README.md')
-rw-r--r--third-party/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/third-party/README.md b/third-party/README.md
deleted file mode 100644
index c3ec399695..0000000000
--- a/third-party/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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.