aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_from_vim.txt
Commit message (Collapse)AuthorAge
* doc: consolidate nvim.txtJustin M. Keyes2016-06-15
|
* doc/python: cleanupJustin M. Keyes2016-06-15
| | | | | | - Move info to providers.txt - Remove "nvim-" prefix. - Brevity, clarity, ...
* doc/clipboard: cleanupJustin M. Keyes2016-06-15
|
* documentation: Update documentationZyX2015-10-23
| | | | | | | Note about ~/.local/share/nvim/site used in one usr_\* file: this one talks about user-local installation of third-party plugins, and ~/.local/share/nvim/site is the proper place for them. Most other files talk about user own configuration and this is ~/.config.
* doc: Fix nit in previous commitMichael Reed2015-08-04
| | | | ...sorry
* doc: Add transition instructions to nvim_from_vim.txtFlorian Walch2015-08-04
Also move introduction to Nvim and topic overview to nvim.txt. Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com> Reviewed-by: Justin M. Keyes <justinkz@gmail.com>