blob: 9e9fda9381de12ccacdbb9895631c0929c3bbe67 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo ':: Please consult upstream documentation on how to set up this plugin.'
echo ':: A copy has been installed under /usr/share/doc/neovim-tree-sitter-git/README.md.'
echo ''
echo 'NOTICE'
echo '----------'
echo ':: TSInstall and TSUpdate were patched out of this package to prevent orphan files.'
echo ''
}
|