summarylogtreecommitdiffstats
path: root/neovim-trouble-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'neovim-trouble-git.install')
-rw-r--r--neovim-trouble-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/neovim-trouble-git.install b/neovim-trouble-git.install
new file mode 100644
index 000000000000..df3aa44f09cf
--- /dev/null
+++ b/neovim-trouble-git.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo ':: A working LSP client must be installed in order to use this plugin.'
+ echo ':: Please consult upstream documentation on how to set up neovim-trouble.'
+ echo ':: A copy has been installed to /usr/share/doc/neovim-trouble-git/README.md'
+}