summarylogtreecommitdiffstats
path: root/cmp-treesitter.install
diff options
context:
space:
mode:
authorLuis Martinez2021-10-26 22:00:48 -0500
committerLuis Martinez2021-10-26 22:00:48 -0500
commite6c913425d23ca528a4f20602a1837df63895515 (patch)
treee4c743b350b579507dcb3ec15df020bbf68f34bb /cmp-treesitter.install
downloadaur-neovim-cmp-treesitter-git.tar.gz
initial commit
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.'
+}