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