Add vim-terraform plugin
This commit is contained in:
parent
ee7e062909
commit
20b39eaed3
3 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
![VIM](https://dnp4pehkvoo6n.cloudfront.net/43c5af597bd5c1a64eb1829f011c208f/as/Ultimate%20Vimrc.svg)
|
![VIM](https://dnp4pehkvoo6n.cloudfront.net/43c5af597bd5c1a64eb1829f011c208f/as/Ultimate%20Vimrc.svg)
|
||||||
|
|
||||||
# The Ultimate vimrc
|
# 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
|
* [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
|
* [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 😅)
|
* [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
|
## 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 😄
|
PS: Using Vim isn't a requirement 😄
|
||||||
|
|
||||||
|
|
||||||
|
|
1
sources_non_forked/vim-terraform
Submodule
1
sources_non_forked/vim-terraform
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 24de93afb05078bac6a2e966402cc1f672277708
|
|
@ -56,6 +56,7 @@ mru.vim https://github.com/vim-scripts/mru.vim
|
||||||
editorconfig-vim https://github.com/editorconfig/editorconfig-vim
|
editorconfig-vim https://github.com/editorconfig/editorconfig-vim
|
||||||
dracula https://github.com/dracula/vim
|
dracula https://github.com/dracula/vim
|
||||||
copilot.vim https://github.com/github/copilot.vim
|
copilot.vim https://github.com/github/copilot.vim
|
||||||
|
vim-terraform https://github.com/hashivim/vim-terraform
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
GITHUB_ZIP = "%s/archive/master.zip"
|
GITHUB_ZIP = "%s/archive/master.zip"
|
||||||
|
|
Loading…
Reference in a new issue