Browse Source

vim: add flatbuffers

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

+ 3
- 0
.gitmodules

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

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

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

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

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

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

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

Loading…
Cancel
Save