diff options
Diffstat (limited to 'runtime/doc/nvim_provider.txt')
-rw-r--r-- | runtime/doc/nvim_provider.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/nvim_provider.txt b/runtime/doc/nvim_provider.txt index 8e8483e22b..09b3d5a3e7 100644 --- a/runtime/doc/nvim_provider.txt +++ b/runtime/doc/nvim_provider.txt @@ -6,11 +6,10 @@ Nvim provider infrastructure *nvim-provider* -This document is written for developers. If you are a normal user or plugin -developer looking to learn about Nvim |rpc| infrastructure for implementing -plugins in other programming languages, see |remote-plugin|. -For instructions on how to enable Python plugins, see |nvim-python|. For -clipboard, see |nvim-clipboard|. +This document is for developers. If you are a normal user or plugin developer +looking to learn about Nvim |rpc| for implementing plugins in other +programming languages, see |remote-plugin|. For instructions on how to enable +Python plugins, see |nvim-python|. For clipboard, see |clipboard|. Instead of doing everything by itself, Nvim aims to simplify its own maintenance by delegating as much work as possible to external systems. But |