Title here
Summary here
| Page | What it is |
|---|---|
:h lua-guide | a real tutorial for using Lua inside Neovim, written by the people who built it |
:h write-plugin | “a plugin is just a file that is sourced automatically” — the clearest definition anyone has written |
:h runtimepath | the list of folders the editor trusts; a plugin is a folder that ended up on this list |
:h news | what changed in the version you are actually running |
And :h help-summary teaches you how to search the manual itself.
None of it needs the internet, and all of it is already installed.