diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-13 14:07:55 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-13 15:50:50 +0100 |
commit | 36fd879b2553baee69555fb237864972325039f1 (patch) | |
tree | 80061cff3203a743b9cff3529e2f45fdd1e4b874 /README.md | |
parent | 33d063752182c8dca60ad0bddaaa12a6669eb70b (diff) | |
download | rneovim-36fd879b2553baee69555fb237864972325039f1.tar.gz rneovim-36fd879b2553baee69555fb237864972325039f1.tar.bz2 rneovim-36fd879b2553baee69555fb237864972325039f1.zip |
doc: eval.txt fixup, README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -40,6 +40,17 @@ Install from package Packages are in [Homebrew], [Debian], [Ubuntu], [Fedora], [Arch Linux], and [more](https://github.com/neovim/neovim/wiki/Installing-Neovim). +Project layout +-------------- + +- `.ci/`: Build server scripts +- `cmake/`: Build scripts +- `runtime/`: Application files +- [`src/`](src/nvim/README.md): Application source code +- `third-party/`: CMake sub-project to build third-party dependencies (if the + `USE_BUNDLED_DEPS` flag is undefined or `USE_BUNDLED` CMake option is false). +- [`test/`](test/README.md): Test files + What's been done so far ----------------------- |