1
0
Fork 0
mirror of synced 2024-10-22 11:38:59 -04:00

Add vim-terraform plugin

This commit is contained in:
shamanaitor 2024-08-17 20:49:50 -03:00
parent ee7e062909
commit 20b39eaed3
3 changed files with 5 additions and 0 deletions

View file

@ -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 😄

@ -0,0 +1 @@
Subproject commit 24de93afb05078bac6a2e966402cc1f672277708

View file

@ -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"