From b0a047070370492e18d8e80740576e364b68bb9e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 21 Mar 2018 11:02:15 -0400 Subject: [PATCH] Update submodules and declare comment style in vue files --- vim/bundle/ale | 2 +- vim/bundle/deoplete.nvim | 2 +- vim/bundle/tcomment_vim | 2 +- vim/bundle/vim-polyglot-darkcloud | 2 +- vim/config/plugins/tcomment.vim | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/vim/bundle/ale b/vim/bundle/ale index 43e8f47..c0279de 160000 --- a/vim/bundle/ale +++ b/vim/bundle/ale @@ -1 +1 @@ -Subproject commit 43e8f47e6e8c4fd3cc7ea161120c320b85813efd +Subproject commit c0279de661738d4fc28ff05f5114e52db7c90ddc diff --git a/vim/bundle/deoplete.nvim b/vim/bundle/deoplete.nvim index c93c17e..d8da6eb 160000 --- a/vim/bundle/deoplete.nvim +++ b/vim/bundle/deoplete.nvim @@ -1 +1 @@ -Subproject commit c93c17eb66e96b2409a0603698bacd134293ea65 +Subproject commit d8da6ebf0630639ce1139d7614f6da437aa0a919 diff --git a/vim/bundle/tcomment_vim b/vim/bundle/tcomment_vim index 278e8e6..e365bfa 160000 --- a/vim/bundle/tcomment_vim +++ b/vim/bundle/tcomment_vim @@ -1 +1 @@ -Subproject commit 278e8e63e89c07de89a67f36163b7d6f6c95b1ed +Subproject commit e365bfab66ab481aebcefd57b795c8ef1d42681f diff --git a/vim/bundle/vim-polyglot-darkcloud b/vim/bundle/vim-polyglot-darkcloud index e585ec1..596c04e 160000 --- a/vim/bundle/vim-polyglot-darkcloud +++ b/vim/bundle/vim-polyglot-darkcloud @@ -1 +1 @@ -Subproject commit e585ec184e4c456fd7253890052862542f0794a3 +Subproject commit 596c04e1db0d9e312b082a1ec85c3af0c956d0ff diff --git a/vim/config/plugins/tcomment.vim b/vim/config/plugins/tcomment.vim index 72de7a5..d434ecd 100644 --- a/vim/config/plugins/tcomment.vim +++ b/vim/config/plugins/tcomment.vim @@ -1,2 +1,5 @@ "remove right-hand whitespace from all lines on uncomment let g:tcomment#rstrip_on_uncomment = 2 + +"use // to comment in vue files +call tcomment#type#Define('vue', '// %s')