diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 01:53:00 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 22:50:37 -0400 |
commit | 37f560aedf36043d479775ccc20447801b615126 (patch) | |
tree | 97fc987e13e28e5b6e08e6a45741a7f06f0eabab /runtime/doc/nvim_from_vim.txt | |
parent | 7718f8f24c9e795103b639367a90992dd161bd01 (diff) | |
download | rneovim-37f560aedf36043d479775ccc20447801b615126.tar.gz rneovim-37f560aedf36043d479775ccc20447801b615126.tar.bz2 rneovim-37f560aedf36043d479775ccc20447801b615126.zip |
doc/python: cleanup
- Move info to providers.txt
- Remove "nvim-" prefix.
- Brevity, clarity, ...
Diffstat (limited to 'runtime/doc/nvim_from_vim.txt')
-rw-r--r-- | runtime/doc/nvim_from_vim.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/nvim_from_vim.txt b/runtime/doc/nvim_from_vim.txt index a8a5c35aae..e078fc0110 100644 --- a/runtime/doc/nvim_from_vim.txt +++ b/runtime/doc/nvim_from_vim.txt @@ -16,8 +16,8 @@ it: ln -s ~/.vim $XDG_CONFIG_HOME/nvim ln -s ~/.vimrc $XDG_CONFIG_HOME/nvim/init.vim < -See |nvim-intro|, especially |nvim-python| and |clipboard|, for additional -software you might need to install to use all of Nvim's features. +See |provider-python| and |provider-clipboard| for additional software you +might need to use some features. Your Vim configuration might not be entirely compatible with Nvim. For a full list of differences between Vim and Nvim, see |vim-differences|. |