doc: cleanup

This commit is contained in:
Justin M. Keyes
2016-06-15 00:42:17 -04:00
parent 30a7d551ee
commit c698ed0531
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
" The Python provider uses a Python host to emulate an environment for running
" python-vim plugins. See ":help nvim-provider" for more information.
" python-vim plugins. See ":help provider".
"
" Associating the plugin with the Python host is the first step because plugins
" will be passed as command-line arguments

View File

@@ -1,5 +1,5 @@
" The Python3 provider uses a Python3 host to emulate an environment for running
" python3 plugins. See ":help nvim-provider" for more information.
" python3 plugins. See ":help provider".
"
" Associating the plugin with the Python3 host is the first step because
" plugins will be passed as command-line arguments

View File

@@ -17,7 +17,7 @@ see |help.txt|.
5. Python plugins |nvim-python|
6. Clipboard integration |clipboard|
7. Remote plugins |remote-plugin|
8. Provider infrastructure |nvim-provider|
8. Provider infrastructure |provider|
9. Integrated terminal emulator |terminal-emulator|
==============================================================================

View File

@@ -1,10 +1,10 @@
*nvim_provider.txt* For Nvim. {Nvim}
*provider.txt* {Nvim}
NVIM REFERENCE MANUAL by Thiago de Arruda
Nvim provider infrastructure *nvim-provider*
Nvim provider infrastructure *provider*
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