blob: ff773f633f46bb66659895424afe7828009902cd (
plain)
1
2
3
4
5
|
post_install() {
printf "Make sure to adjust parser_install_dir to a read/ writeable directory:\n"
printf "https://github.com/nvim-treesitter/nvim-treesitter#changing-the-parser-install-directory\n"
}
|