diff --git a/.gitmodules b/.gitmodules index ea566b2..5ad2150 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [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 diff --git a/3rd-party/vim-flatbuffers b/3rd-party/vim-flatbuffers new file mode 160000 index 0000000..ecd75c3 --- /dev/null +++ b/3rd-party/vim-flatbuffers @@ -0,0 +1 @@ +Subproject commit ecd75c33576d982f3c83545dff7b3c9245285e75 diff --git a/files/.vim/ftdetect/fbs.vim b/files/.vim/ftdetect/fbs.vim new file mode 120000 index 0000000..5c725f0 --- /dev/null +++ b/files/.vim/ftdetect/fbs.vim @@ -0,0 +1 @@ +../../../3rd-party/vim-flatbuffers/ftdetect/fbs.vim \ No newline at end of file diff --git a/files/.vim/syntax/fbs.vim b/files/.vim/syntax/fbs.vim new file mode 120000 index 0000000..a463aeb --- /dev/null +++ b/files/.vim/syntax/fbs.vim @@ -0,0 +1 @@ +../../../3rd-party/vim-flatbuffers/syntax/fbs.vim \ No newline at end of file