summarylogtreecommitdiffstats
path: root/neovim-git.install
diff options
context:
space:
mode:
authorFlorian Walch2015-10-27 08:25:14 +0100
committerFlorian Walch2015-10-27 08:33:27 +0100
commitd8350608354fcc3fd8206a7a72f84242f072e2d0 (patch)
tree52b29c203918f1e25e27433fde5ae2df9310f597 /neovim-git.install
parente774062cb01957b396de867fdc8b5b15709bff2c (diff)
downloadaur-d8350608354fcc3fd8206a7a72f84242f072e2d0.tar.gz
neovim-git.install: Refer to ':h nvim-from-vim'.
Remove instructions for symlinking .nvimrc. Neovim now supports XDG [1]. [1] https://github.com/neovim/neovim/pull/3470
Diffstat (limited to 'neovim-git.install')
-rw-r--r--neovim-git.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/neovim-git.install b/neovim-git.install
index 4e6ebe5c7277..a903b7ef0492 100644
--- a/neovim-git.install
+++ b/neovim-git.install
@@ -1,10 +1,10 @@
# $1: new package version
post_install() {
echo ":: The Neovim executable is called 'nvim'."
- echo ":: To use your existing Vim configuration:"
- echo " ln -s ~/.vimrc ~/.nvimrc"
- echo " ln -s ~/.vim ~/.nvim"
- echo ":: See ':help nvim' for more information on Neovim."
+ echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
+ echo " to get started."
+ echo ":: If you have any questions, check the following page first:"
+ echo " https://github.com/neovim/neovim/wiki/FAQ"
}
# $1: new package version