From e3c80ebf61efc6c14c848c675a384d6e865ee283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 17 Feb 2018 11:37:13 +0100 Subject: Update vim plugins --- .gitmodules | 2 +- vim/bundle/YouCompleteMe | 2 +- vim/bundle/ale | 1 - vim/bundle/neomutt.vim | 2 +- vim/bundle/vim-gitgutter | 2 +- vim/bundle/vim-snippets | 2 +- vim/bundle/vim-table-mode | 2 +- vim/pack/git-plugins/start/ale | 1 + 8 files changed, 7 insertions(+), 7 deletions(-) delete mode 160000 vim/bundle/ale create mode 160000 vim/pack/git-plugins/start/ale diff --git a/.gitmodules b/.gitmodules index 68355d3..ecb354b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -47,7 +47,7 @@ path = vim/bundle/vim-repeat url = https://github.com/tpope/vim-repeat.git [submodule "vim/bundle/ale"] - path = vim/bundle/ale + path = vim/pack/git-plugins/start/ale url = https://github.com/w0rp/ale.git [submodule "vim/bundle/neomutt.vim"] path = vim/bundle/neomutt.vim diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe index 02f1170..6a0f016 160000 --- a/vim/bundle/YouCompleteMe +++ b/vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit 02f117035e93a1f7a8e1a38cee8187a54a970ef4 +Subproject commit 6a0f016955d8b1aec77655e94dc2dbe86bfb407c diff --git a/vim/bundle/ale b/vim/bundle/ale deleted file mode 160000 index a3329ef..0000000 --- a/vim/bundle/ale +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a3329ef3fc44a04a2617941eb46deef6c184f4af diff --git a/vim/bundle/neomutt.vim b/vim/bundle/neomutt.vim index af59518..363b40a 160000 --- a/vim/bundle/neomutt.vim +++ b/vim/bundle/neomutt.vim @@ -1 +1 @@ -Subproject commit af59518f6355b59a6279bc70648d23f7b7bdfe5c +Subproject commit 363b40ae6545423ec1710ba42b01a0ee6676b0ff diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter index 8a7d005..790ffa4 160000 --- a/vim/bundle/vim-gitgutter +++ b/vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit 8a7d00590b63e8479e57e0dd472a4ff4fbf01748 +Subproject commit 790ffa476a0ec7ee9f5b84038e824bc4bc303db7 diff --git a/vim/bundle/vim-snippets b/vim/bundle/vim-snippets index 71d91ae..0708929 160000 --- a/vim/bundle/vim-snippets +++ b/vim/bundle/vim-snippets @@ -1 +1 @@ -Subproject commit 71d91aec383ad3b72d8830db5d50d9bf4a8563f6 +Subproject commit 070892973ee66f2f4ea432252c8bedce57348a7b diff --git a/vim/bundle/vim-table-mode b/vim/bundle/vim-table-mode index bdd96b0..c35fd9b 160000 --- a/vim/bundle/vim-table-mode +++ b/vim/bundle/vim-table-mode @@ -1 +1 @@ -Subproject commit bdd96b05cbaef55baf52bf79f765aad94f64941c +Subproject commit c35fd9b104fb75017f3866a28a77cf38f61b7801 diff --git a/vim/pack/git-plugins/start/ale b/vim/pack/git-plugins/start/ale new file mode 160000 index 0000000..fcb7932 --- /dev/null +++ b/vim/pack/git-plugins/start/ale @@ -0,0 +1 @@ +Subproject commit fcb7932d7d61cda142da7597c9df4da4847f0ca8 -- cgit v1.2.3