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/terraform.txt | |
parent | be8d039e02e4e4219639935aafa1194932e980e7 (diff) | |
download | vim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.tar.gz vim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.zip |
Include docs of plugins
Diffstat (limited to 'doc/terraform.txt')
-rw-r--r-- | doc/terraform.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/terraform.txt b/doc/terraform.txt new file mode 100644 index 00000000..b609f584 --- /dev/null +++ b/doc/terraform.txt @@ -0,0 +1,18 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'terraform') == -1 + +*terraform.txt* basic vim/terraform integration + +Author: HashiVim <https://github.com/hashivim> +License: ISC license +Repo: https://github.com/hashivim/vim-terraform + +COMMANDS *terraform* + +This command is only available if terraform is in your PATH. + + *terraform-:terraform* +:Terraform [args] Invoke an arbitrary terraform command. + + vim:tw=78:et:ft=help:norl: + +endif |