2 Commits

Author SHA1 Message Date
  Alejandro Mery e9b5bd06fe vim: add vim-hcl 4 years ago
  Alejandro Mery d7bf5cf178 vim: add flatbuffers 4 years ago
7 changed files with 12 additions and 0 deletions
Split View
  1. +6
    -0
      .gitmodules
  2. +1
    -0
      3rd-party/vim-flatbuffers
  3. +1
    -0
      3rd-party/vim-hcl
  4. +1
    -0
      files/.vim/ftdetect/fbs.vim
  5. +1
    -0
      files/.vim/ftdetect/hcl.vim
  6. +1
    -0
      files/.vim/syntax/fbs.vim
  7. +1
    -0
      files/.vim/syntax/hcl.vim

+ 6
- 0
.gitmodules

@ -10,3 +10,9 @@
[submodule "3rd-party/vim-bitbake"]
path = 3rd-party/vim-bitbake
url = https://github.com/kergoth/vim-bitbake
[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-flatbuffers

@ -0,0 +1 @@
Subproject commit ecd75c33576d982f3c83545dff7b3c9245285e75

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save