mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
593d63f1d5
- Improved wording in a few places for clarity - Various capitalization/grammar fixes - Change references to Neovim as 'editor' to 'Nvim' - Be consistent regarding utilization of vim's documentation features, e.g. unnamedclip -> |unnamedclip| - Reflowed all changed paragraphs accordingly - Add spaces before parentheses - Remove trailing whitespace - Standardize single spaces after periods. Vim's docs use two for the most part, but Nvim's use one mainly, so just follow Nvim's conventions
25 lines
737 B
Plaintext
25 lines
737 B
Plaintext
*nvim_intro.txt* For Nvim. {Nvim}
|
|
|
|
|
|
NVIM REFERENCE MANUAL by Thiago de Arruda
|
|
|
|
|
|
Introduction to Nvim *nvim* *nvim-intro*
|
|
|
|
This is an introduction to Vim users that are just getting started with Nvim.
|
|
It is not meant for Vim beginners. For a basic introduction to Vim,
|
|
see |help.txt|.
|
|
|
|
For now, it is just an index with the most relevant topics/features that
|
|
differentiate Nvim from Vim:
|
|
|
|
1. Msgpack-RPC |msgpack-rpc|
|
|
2. Job control |job-control|
|
|
3. Python plugins |nvim-python|
|
|
4. Clipboard integration |nvim-clipboard|
|
|
5. Remote plugins |remote-plugin|
|
|
6. Provider infrastructure |nvim-provider|
|
|
|
|
==============================================================================
|
|
vim:tw=78:ts=8:noet:ft=help:norl:
|