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