Browse Source

vim: add https://github.com/kergoth/vim-bitbake

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 3 years ago
parent
commit
b79de3ec2d
8 changed files with 10 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      3rd-party/vim-bitbake
  3. +1
    -0
      files/.vim/ftdetect/bitbake.vim
  4. +1
    -0
      files/.vim/ftplugin/bitbake.vim
  5. +1
    -0
      files/.vim/indent/bitbake.vim
  6. +1
    -0
      files/.vim/plugin/newbb.vim
  7. +1
    -0
      files/.vim/plugin/newbbappend.vim
  8. +1
    -0
      files/.vim/syntax/bitbake.vim

+ 3
- 0
.gitmodules

@ -7,3 +7,6 @@
[submodule "3rd-party/peg.vim"]
path = 3rd-party/peg.vim
url = https://github.com/gf3/peg.vim
[submodule "3rd-party/vim-bitbake"]
path = 3rd-party/vim-bitbake
url = https://github.com/kergoth/vim-bitbake

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

@ -0,0 +1 @@
Subproject commit 6d4148c3d200265293040a18c2f772340566554b

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

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

+ 1
- 0
files/.vim/ftplugin/bitbake.vim

@ -0,0 +1 @@
../../../3rd-party/vim-bitbake/ftplugin/bitbake.vim

+ 1
- 0
files/.vim/indent/bitbake.vim

@ -0,0 +1 @@
../../../3rd-party/vim-bitbake/indent/bitbake.vim

+ 1
- 0
files/.vim/plugin/newbb.vim

@ -0,0 +1 @@
../../../3rd-party/vim-bitbake/plugin/newbb.vim

+ 1
- 0
files/.vim/plugin/newbbappend.vim

@ -0,0 +1 @@
../../../3rd-party/vim-bitbake/plugin/newbbappend.vim

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

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

Loading…
Cancel
Save