diff options
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r-- | runtime/doc/develop.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 0e909aac65..7fd1f90173 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -6,14 +6,13 @@ Development of Nvim. *development* -1. Design goals |design-goals| -2. Developer guidelines |dev-help| - Nvim is open source software. Everybody is encouraged to contribute. https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md See src/nvim/README.md for an overview of the source code. + Type <M-]> to see the table of contents. + ============================================================================== Design goals *design-goals* |