summarylogtreecommitdiffstats
path: root/neovim.install
diff options
context:
space:
mode:
authorKevin2019-03-25 15:27:43 -0500
committerKevin2019-03-25 15:27:43 -0500
commit2093de2aeb476c23406b0d566f4a8c2aa21ceb1e (patch)
tree527974eedcc0664bb3e61b29c773282d8e965a4e /neovim.install
downloadaur-2093de2aeb476c23406b0d566f4a8c2aa21ceb1e.tar.gz
init
Diffstat (limited to 'neovim.install')
-rw-r--r--neovim.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/neovim.install b/neovim.install
new file mode 100644
index 000000000000..ce485f55a278
--- /dev/null
+++ b/neovim.install
@@ -0,0 +1,15 @@
+# $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."
+}
+
+post_update() {
+ echo ":: If you have any questions, check the following page first:"
+ echo " https://github.com/neovim/neovim/wiki/FAQ"
+ echo ":: Remember this a pre-release build, see 'Following HEAD' for more info"
+ echo " https://github.com/neovim/neovim/wiki/Following-HEAD"
+}
+
+# vim:set sw=2 sts=2 et: