summarylogtreecommitdiffstats
path: root/completion.install
blob: 78ccb0d338dd7bbf45f91e32b1c837649d157abb (plain)
1
2
3
4
5
post_install() {
  echo "Run completion install -st to install the Sublime Text plugin,"
  echo "correct daemon path in completion.sublime-settings afterwards"
  echo 'and add "sublimeclang_options": ["-xc++"] to your user settings'
}