mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
b94f29004b
With some spacing/indentation fixes. Helped by: @Pyrohh, @kopischke
27 lines
844 B
Plaintext
27 lines
844 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 for Vim users who 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. Differences from Vim |vim-differences|
|
|
2. Msgpack-RPC |msgpack-rpc|
|
|
3. Job control |job-control|
|
|
4. Python plugins |nvim-python|
|
|
5. Clipboard integration |nvim-clipboard|
|
|
6. Remote plugins |remote-plugin|
|
|
7. Provider infrastructure |nvim-provider|
|
|
8. Integrated terminal emulator |nvim-terminal-emulator|
|
|
|
|
==============================================================================
|
|
vim:tw=78:ts=8:noet:ft=help:norl:
|