summarylogtreecommitdiffstats
path: root/vim-todotxt-git.install
diff options
context:
space:
mode:
authorJose Riha2019-12-09 14:22:28 +0100
committerJose Riha2019-12-09 14:22:28 +0100
commitddde7f204cd57d06fd8984ffb87cce5ab13c9fb6 (patch)
tree5995a6b1cf11d31bd82d12d7f8e97947ac569951 /vim-todotxt-git.install
parent523743ac3438834b4d54687bf6f1351f908c194e (diff)
downloadaur-ddde7f204cd57d06fd8984ffb87cce5ab13c9fb6.tar.gz
Update source + add .install
Diffstat (limited to 'vim-todotxt-git.install')
-rw-r--r--vim-todotxt-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim-todotxt-git.install b/vim-todotxt-git.install
new file mode 100644
index 000000000000..5eba9ae47cdc
--- /dev/null
+++ b/vim-todotxt-git.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "make sure that your vimrc contains:"
+ echo " syntax on"
+ echo " filetype plugin on"
+}