mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
doc: cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
" The Python provider uses a Python host to emulate an environment for running
|
" 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
|
" Associating the plugin with the Python host is the first step because plugins
|
||||||
" will be passed as command-line arguments
|
" will be passed as command-line arguments
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
" The Python3 provider uses a Python3 host to emulate an environment for running
|
" 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
|
" Associating the plugin with the Python3 host is the first step because
|
||||||
" plugins will be passed as command-line arguments
|
" plugins will be passed as command-line arguments
|
||||||
|
@@ -17,7 +17,7 @@ see |help.txt|.
|
|||||||
5. Python plugins |nvim-python|
|
5. Python plugins |nvim-python|
|
||||||
6. Clipboard integration |clipboard|
|
6. Clipboard integration |clipboard|
|
||||||
7. Remote plugins |remote-plugin|
|
7. Remote plugins |remote-plugin|
|
||||||
8. Provider infrastructure |nvim-provider|
|
8. Provider infrastructure |provider|
|
||||||
9. Integrated terminal emulator |terminal-emulator|
|
9. Integrated terminal emulator |terminal-emulator|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
*nvim_provider.txt* For Nvim. {Nvim}
|
*provider.txt* {Nvim}
|
||||||
|
|
||||||
|
|
||||||
NVIM REFERENCE MANUAL by Thiago de Arruda
|
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
|
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
|
looking to learn about Nvim |rpc| for implementing plugins in other
|
Reference in New Issue
Block a user