summarylogtreecommitdiffstats
path: root/cmp-buffer.install
diff options
context:
space:
mode:
authorLuis Martinez2021-10-13 21:54:47 -0500
committerLuis Martinez2021-10-14 01:00:18 -0500
commit5d97d7ac2ba8f091d2639fa1bbdecc5e75247dc5 (patch)
tree6bf75d033e69f11e5db63b908a918e336a1ae178 /cmp-buffer.install
downloadaur-5d97d7ac2ba8f091d2639fa1bbdecc5e75247dc5.tar.gz
initial commit
Diffstat (limited to 'cmp-buffer.install')
-rw-r--r--cmp-buffer.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmp-buffer.install b/cmp-buffer.install
new file mode 100644
index 000000000000..d166254eaed6
--- /dev/null
+++ b/cmp-buffer.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-cmp-buffer-git/README.md for your reference.'
+}
+
+post_remove() {
+ echo ':: Remember to remove all references to this plugin from your init scripts.'
+}