From 20b39eaed395a1d30386481eb27abf079b7001a6 Mon Sep 17 00:00:00 2001 From: shamanaitor Date: Sat, 17 Aug 2024 20:49:50 -0300 Subject: [PATCH] Add vim-terraform plugin --- README.md | 3 +++ sources_non_forked/vim-terraform | 1 + update_plugins.py | 1 + 3 files changed, 5 insertions(+) create mode 160000 sources_non_forked/vim-terraform diff --git a/README.md b/README.md index 6477280b..a4b3e9a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + ![VIM](https://dnp4pehkvoo6n.cloudfront.net/43c5af597bd5c1a64eb1829f011c208f/as/Ultimate%20Vimrc.svg) # The Ultimate vimrc @@ -107,6 +108,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl * [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) Is a plugin for visually displaying indent levels in Vim * [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs * [copilot.vim](https://github.com/github/copilot.vim) Plugin for GitHub Copilot (AI autocompletion FTW 😅) +* [vim-terraform](https://github.com/hashivim/vim-terraform) Plugin for syntax highlighting, indentation and more for HCL and Terraform-related files ## Included color schemes @@ -416,3 +418,4 @@ Maintaining this Vim configuration isn't my day job. Daily I am the founder/CEO PS: Using Vim isn't a requirement 😄 + diff --git a/sources_non_forked/vim-terraform b/sources_non_forked/vim-terraform new file mode 160000 index 00000000..24de93af --- /dev/null +++ b/sources_non_forked/vim-terraform @@ -0,0 +1 @@ +Subproject commit 24de93afb05078bac6a2e966402cc1f672277708 diff --git a/update_plugins.py b/update_plugins.py index c2e8e724..aa97c6db 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -56,6 +56,7 @@ mru.vim https://github.com/vim-scripts/mru.vim editorconfig-vim https://github.com/editorconfig/editorconfig-vim dracula https://github.com/dracula/vim copilot.vim https://github.com/github/copilot.vim +vim-terraform https://github.com/hashivim/vim-terraform """.strip() GITHUB_ZIP = "%s/archive/master.zip"