diff options
Diffstat (limited to 'runtime/doc/nvim_provider.txt')
-rw-r--r-- | runtime/doc/nvim_provider.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/nvim_provider.txt b/runtime/doc/nvim_provider.txt index cea55a6656..f6c919c592 100644 --- a/runtime/doc/nvim_provider.txt +++ b/runtime/doc/nvim_provider.txt @@ -9,7 +9,7 @@ Nvim provider infrastructure *nvim-provider* First of all, this document is meant to be read by developers interested in contributing to the refactoring effort. If you are a normal user or plugin developer looking to learn about Nvim |msgpack-rpc| infrastructure for -implementing plugins in other programming languages, see |external-plugin|. +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|. |