summarylogtreecommitdiffstats
path: root/completion.install
diff options
context:
space:
mode:
authorJonne Haß2015-06-08 11:58:46 +0200
committerJonne Haß2015-06-08 11:58:46 +0200
commit28872f7f6e32692012282209b80595e397424044 (patch)
treef3ae6317683917a800e7c920e9ee53d3d9e12c51 /completion.install
downloadaur-28872f7f6e32692012282209b80595e397424044.tar.gz
add completion
Diffstat (limited to 'completion.install')
-rw-r--r--completion.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/completion.install b/completion.install
new file mode 100644
index 000000000000..78ccb0d338dd
--- /dev/null
+++ b/completion.install
@@ -0,0 +1,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'
+}