summarylogtreecommitdiffstats
path: root/kak-tree-sitter.install
blob: 92f2fe7e3fafb2ab9329797ff8f0d8934427a76b (plain)
1
2
3
4
5
6
7
post_install() {
	echo
    echo To run it from kakoune add something like this to your kakrc:
    printf "\n\t%s\n\n" 'eval %sh{ kak-tree-sitter -dks --with-text-objects --with-highlighting --session $kak_session }'
    echo and set a tree-sitter-enabled colorscheme for highlighting.
    echo
}