summaryrefslogtreecommitdiffstats
path: root/doc/terraform.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/terraform.txt')
-rw-r--r--doc/terraform.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/terraform.txt b/doc/terraform.txt
deleted file mode 100644
index b609f584..00000000
--- a/doc/terraform.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-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