mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
352 B
Text
10 lines
352 B
Text
# $1: new package version
|
|
post_install() {
|
|
echo ":: The Neovim executable is called 'nvim'."
|
|
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"
|
|
}
|
|
|
|
# vim:set sw=2 sts=2 et:
|