Browse Source

vim: add vim-hcl

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 2 years ago
parent
commit
e9b5bd06fe
4 changed files with 6 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      3rd-party/vim-hcl
  3. +1
    -0
      files/.vim/ftdetect/hcl.vim
  4. +1
    -0
      files/.vim/syntax/hcl.vim

+ 3
- 0
.gitmodules

@ -13,3 +13,6 @@
[submodule "3rd-party/vim-flatbuffers"]
path = 3rd-party/vim-flatbuffers
url = https://github.com/dcharbon/vim-flatbuffers
[submodule "3rd-party/vim-hcl"]
path = 3rd-party/vim-hcl
url = https://github.com/jvirtanen/vim-hcl

+ 1
- 0
3rd-party/vim-hcl

@ -0,0 +1 @@
Subproject commit 6289d1a1424229a8f6523f4ef9441dbf2468250b

+ 1
- 0
files/.vim/ftdetect/hcl.vim

@ -0,0 +1 @@
../../../3rd-party/vim-hcl/ftdetect/hcl.vim

+ 1
- 0
files/.vim/syntax/hcl.vim

@ -0,0 +1 @@
../../../3rd-party/vim-hcl/syntax/hcl.vim

Loading…
Cancel
Save