From 09c8f4fa9dd5ff367359cc090d40b08149fe02ec Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 5 Feb 2016 13:22:00 +0100 Subject: [PATCH] Neovim: :h nvim --- content/neovim.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/neovim.md b/content/neovim.md index 5da431f..8e3aaf1 100644 --- a/content/neovim.md +++ b/content/neovim.md @@ -1,10 +1,16 @@ ## Neovim +- [Help](#help) - [Configuration](#configuration) - [Terminal emulator](#terminal-emulator) --- +#### Help + +See `:h nvim`. Seriously, do it. It contains a table of contents for all the +things that either changed or were added to Neovim. + #### Configuration Neovim adheres to the [XDG Base Directory