summaryrefslogtreecommitdiffstats
path: root/doc/terraform.txt
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
commit5e2607d93f98e0394d1d68b1d6592b2d0a11f52f (patch)
tree6002f0061b13d1876685aea1469e850cf4aa4ba1 /doc/terraform.txt
parent3d80a66e7be229a014989b798fc4fad8e579946d (diff)
downloadvim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.tar.gz
vim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.zip
Remove docs so docs of installed plugins are up to date
Diffstat (limited to '')
-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