summarylogtreecommitdiffstats
path: root/hop.install
diff options
context:
space:
mode:
Diffstat (limited to 'hop.install')
-rw-r--r--hop.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/hop.install b/hop.install
new file mode 100644
index 000000000000..661532471386
--- /dev/null
+++ b/hop.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ':: Please consult upstream documentation for information on how to set up this plugin.'
+ echo ':: A copy has been installed for your reference under /usr/share/doc/neovim-hop-git/README.md'
+}
+
+post_remove() {
+ echo ":: Don't forget to remove all references to this plugin from your init scripts."
+}