From 8f5134aef8c4162235892d87407275f447e54e40 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 24 Aug 2020 12:37:31 +0200 Subject: Include docs of plugins --- doc/terraform.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/terraform.txt (limited to 'doc/terraform.txt') 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 +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 -- cgit v1.2.3