mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
23 lines
657 B
Plaintext
23 lines
657 B
Plaintext
*nvim_intro.txt* For Nvim. {Nvim}
|
|
|
|
|
|
NVIM REFERENCE MANUAL by Thiago de Arruda
|
|
|
|
|
|
Introduction to Nvim *nvim-intro*
|
|
|
|
This is an introduction new Nvim users. It is meant for experienced Vim users
|
|
that want to get started with Nvim. 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|
|
|
|
|
==============================================================================
|
|
vim:tw=78:ts=8:noet:ft=help:norl:
|