diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 12:37:31 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 12:37:31 +0200 |
commit | 8f5134aef8c4162235892d87407275f447e54e40 (patch) | |
tree | 1a69b34bcbe28d2a2cf62805c11ac7b48420da9d /doc/coffee-script.txt | |
parent | be8d039e02e4e4219639935aafa1194932e980e7 (diff) | |
download | vim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.tar.gz vim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.zip |
Include docs of plugins
Diffstat (limited to 'doc/coffee-script.txt')
-rw-r--r-- | doc/coffee-script.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/coffee-script.txt b/doc/coffee-script.txt new file mode 100644 index 00000000..692d6241 --- /dev/null +++ b/doc/coffee-script.txt @@ -0,0 +1,8 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'coffee-script') == -1 + +Please see the project readme for up-to-date docs: +https://github.com/kchmck/vim-coffee-script + + vim:tw=78:ts=8:ft=help:norl: + +endif |