aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 718b369012..e3c3c12104 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,10 @@ Project layout
--------------
├─ ci/ build automation
- ├─ cmake/ build scripts
- ├─ runtime/ user plugins/docs
+ ├─ cmake/ CMake utils
+ ├─ cmake.config/ CMake defines
+ ├─ cmake.deps/ subproject to fetch and build dependencies (optional)
+ ├─ runtime/ plugins and docs
├─ src/nvim/ application source code (see src/nvim/README.md)
│ ├─ api/ API subsystem
│ ├─ eval/ VimL subsystem
@@ -93,7 +95,6 @@ Project layout
│ ├─ msgpack_rpc/ RPC subsystem
│ ├─ os/ low-level platform code
│ └─ tui/ built-in UI
- ├─ third-party/ CMake subproject to build dependencies
└─ test/ tests (see test/README.md)
License