Documentation
User
Install
Download an archive or use a package manager.
FAQ
Check the FAQ and breaking changes for solutions to common issues. The Vim FAQ is also useful.
User manual
This is the online form of Nvim's :help system.
- Neovim features are documented at
:help nvim-features. :help quickrefis a handy cheatsheet.- Read
:help nvim-from-vimif you already use Vim.
Developer
:help dev
Design constraints and guidelines, for developing Nvim applications or Nvim itself.
Developer Wiki
Notes on building, navigating, and debugging.
Source documentation
Generated from source code docstrings.
SourceGraph
Navigate the Nvim source code online.