From 488bc840a84f8cfbd21e7d3d54a5a1532d534aeb Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 8 Feb 2021 00:57:53 -0800 Subject: [PATCH] Add bitbake plugin, and update polyglot --- .gitmodules | 3 +++ bundle/vim-bitbake | 1 + bundle/vim-polyglot | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 bundle/vim-bitbake diff --git a/.gitmodules b/.gitmodules index b1908b3..5127995 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,3 +42,6 @@ [submodule "bundle/vim-airline-themes"] path = bundle/vim-airline-themes url = https://github.com/vim-airline/vim-airline-themes +[submodule "bundle/vim-bitbake"] + path = bundle/vim-bitbake + url = https://github.com/kergoth/vim-bitbake diff --git a/bundle/vim-bitbake b/bundle/vim-bitbake new file mode 160000 index 0000000..6d4148c --- /dev/null +++ b/bundle/vim-bitbake @@ -0,0 +1 @@ +Subproject commit 6d4148c3d200265293040a18c2f772340566554b diff --git a/bundle/vim-polyglot b/bundle/vim-polyglot index 9fd5c11..0626cc9 160000 --- a/bundle/vim-polyglot +++ b/bundle/vim-polyglot @@ -1 +1 @@ -Subproject commit 9fd5c11a20f88525088c8635a3bc6a25ec4c05c7 +Subproject commit 0626cc90a21dbd93806e431a4cff640d2d13c765