summarylogtreecommitdiffstats
path: root/luatab.install
diff options
context:
space:
mode:
Diffstat (limited to 'luatab.install')
-rw-r--r--luatab.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/luatab.install b/luatab.install
new file mode 100644
index 000000000000..835aa19ab565
--- /dev/null
+++ b/luatab.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo ':: This plugin requires manual setup.'
+ echo ':: Consult upstream documentation for more information.'
+ echo ':: A copy has been installed under /usr/share/doc/neovim-luatab-git/README.md for your reference.'
+}
+
+post_remove() {
+ echo ':: Remember to remove all references to this plugin from your init scripts.'
+}