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