summarylogtreecommitdiffstats
path: root/cmp-treesitter.install
diff options
context:
space:
mode:
Diffstat (limited to 'cmp-treesitter.install')
-rw-r--r--cmp-treesitter.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmp-treesitter.install b/cmp-treesitter.install
new file mode 100644
index 000000000000..55ce543e75de
--- /dev/null
+++ b/cmp-treesitter.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-treesitter-git/README.md for your reference.'
+}
+
+post_remove() {
+ echo ':: Remember to remove all references to this plugin from your init scripts.'
+}