blob: df3aa44f09cf3c0fef2cfd0ad2fca4e97e83e36a (
plain)
1
2
3
4
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'
}
|