aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_python.txt
Commit message (Collapse)AuthorAge
* doc/python: cleanupJustin M. Keyes2016-06-15
| | | | | | - Move info to providers.txt - Remove "nvim-" prefix. - Brevity, clarity, ...
* doc: msgpack_rpc: De-emphasize the transport protocol.Justin M. Keyes2016-06-15
| | | | | | | | | | | | Tighten our jargon, avoid mentioning "msgpack" everywhere we mention the RPC API. Prefer "RPC API" when speaking about the remote API. Though it's conceivable that we may one day support some protocol other than msgpack, that isn't relevant to most of our discussion of the API, including this document. The file name msgpack_rpc.txt is preserved to avoid totally breaking URLs.
* runtime: Add script for Python diagnostic information (#4885)Tommy Allen2016-06-13
|
* doc: nvim_python: mention --upgrade. #3832mseri2015-12-12
|
* doc: Fix typo in nvim-python. #3162Daniel Kosinski2015-08-12
|
* doc: Mention that Python module might be provided by package manager #2935Florian Walch2015-07-01
| | | | | Using e.g. a Linux distribution's package manager should be preferred over installing the `neovim` Python modules with `pip`.
* Add if_python3 supportShougo Matsushita2015-04-21
| | | | | Reviewed-by: Michael Reed <m.reed@mykolab.com>, Daniel Hahler <github@thequod.de> Helped-by: Daniel Hahler <github@thequod.de>
* Remove unused 'if_[language].txt': ReviewMichael Reed2015-04-10
|
* doc: Introduce vim-differences #2141Michael Reed2015-03-26
| | | | | | | This documents the differences between nvim and nvim. Regarding the removal of references to 'renderoptions': it was never added in the first place, so there's no need to mention its "removal".
* doc: Document g:python_host_prog. #2205Florian Walch2015-03-26
|
* docs: Clean up python, provider, remote_plugin #2056Geoff Harcourt2015-03-08
| | | | | | | * "Python" is a proper noun and should be capitalized in prose * Corrected use of "its/it's" * Used better preposition to describe something "in" legacy Vim * Combine fragments into complete sentence
* doc: Misc. improvements to nvim-related docsMichael Reed2014-12-07
| | | | | | | | | | | | | | - Improved wording in a few places for clarity - Various capitalization/grammar fixes - Change references to Neovim as 'editor' to 'Nvim' - Be consistent regarding utilization of vim's documentation features, e.g. unnamedclip -> |unnamedclip| - Reflowed all changed paragraphs accordingly - Add spaces before parentheses - Remove trailing whitespace - Standardize single spaces after periods. Vim's docs use two for the most part, but Nvim's use one mainly, so just follow Nvim's conventions
* docs: Update to the latest changes in the plugin infrastructureThiago de Arruda2014-11-18
|
* Fix python setup: Fix issue for users not using python.Eliseo Martínez2014-10-31
|
* eval.c: Rename has('neovim') feature to has('nvim')Thiago de Arruda2014-09-15
| | | | To follow the convention of 'nvim' for technical references
* runtime: Document python interface, clipboard and add intro docThiago de Arruda2014-09-13