aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_intro.txt
blob: 7b115b191247f4f428f1a9cc6308e2e4fb779847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*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|

==============================================================================
 vim:tw=78:ts=8:noet:ft=help:norl: