diff options
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|. |