diff --git a/vim/bundle/emmet-vim b/vim/bundle/emmet-vim index d7b70c6..64544b7 160000 --- a/vim/bundle/emmet-vim +++ b/vim/bundle/emmet-vim @@ -1 +1 @@ -Subproject commit d7b70c656a54ff9fcf9697f98d8d45d2368c4072 +Subproject commit 64544b778d08ab7304022e8226b78df358e76320 diff --git a/vim/bundle/lightline.vim b/vim/bundle/lightline.vim index 9dc0aac..836d4c8 160000 --- a/vim/bundle/lightline.vim +++ b/vim/bundle/lightline.vim @@ -1 +1 @@ -Subproject commit 9dc0aac2b2e6c7b51541a22feaf0ea025e5f32c7 +Subproject commit 836d4c84f76e7066bcfa4c6c60449714cf2b2c45 diff --git a/vim/bundle/neocomplete.vim b/vim/bundle/neocomplete.vim index 4bf7526..fdf3883 160000 --- a/vim/bundle/neocomplete.vim +++ b/vim/bundle/neocomplete.vim @@ -1 +1 @@ -Subproject commit 4bf7526a1c8cca9f8614e8a09178f334eaca0481 +Subproject commit fdf3883b209349513c7b2c2b9a19360544a25775 diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar index 1287f63..01f57ac 160000 --- a/vim/bundle/tagbar +++ b/vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 1287f63545a4dcb116382cbf3317307756bafcc8 +Subproject commit 01f57ac5643b0365021ab891f78519d849867a5e diff --git a/vim/bundle/unite.vim b/vim/bundle/unite.vim index 85a91c5..3f3d3f9 160000 --- a/vim/bundle/unite.vim +++ b/vim/bundle/unite.vim @@ -1 +1 @@ -Subproject commit 85a91c5e42ff7c44b7453b93ac9a3cb6b5d6ead1 +Subproject commit 3f3d3f9a3a63b6a55c0a8db463e49ba909e841dd diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive index 58ed86e..b3a8be6 160000 --- a/vim/bundle/vim-fugitive +++ b/vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 58ed86e434951319ff7d438fb1096f24a51e6458 +Subproject commit b3a8be6975dcc27b523b030bf5d35d9c737aef18 diff --git a/vim/bundle/vim-polyglot-darkcloud b/vim/bundle/vim-polyglot-darkcloud index d914e1f..ec96e6e 160000 --- a/vim/bundle/vim-polyglot-darkcloud +++ b/vim/bundle/vim-polyglot-darkcloud @@ -1 +1 @@ -Subproject commit d914e1f73a2feeb43e102dc313edfd3a60320f70 +Subproject commit ec96e6e1826dd1594d5fd0ed691d5586f30581e9 diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index b436a22..859a17a 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -107,7 +107,15 @@ scriptencoding utf-8 "}}} "MATCHTAGALWAYS: {{{ - let g:mta_filetypes = {'aspnet':1, 'html':1, 'xhtml':1, 'php':1, 'xml':1, 'jinja':1} + let g:mta_filetypes = { + \ 'aspnet':1, + \ 'html':1, + \ 'xhtml':1, + \ 'php':1, + \ 'xml':1, + \ 'jinja':1, + \ 'vue':1 + \ } "}}} "NEOCOMPLETE AUTOCOMPLETION PLUGIN: {{{