Skip to content

Add vim-terraform plugin #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

![VIM](https://dnp4pehkvoo6n.cloudfront.net/43c5af597bd5c1a64eb1829f011c208f/as/Ultimate%20Vimrc.svg)

# The Ultimate vimrc
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 😄


1 change: 1 addition & 0 deletions sources_non_forked/vim-terraform
Submodule vim-terraform added at 24de93
1 change: 1 addition & 0 deletions update_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
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"
Expand Down