From 7f09e95e7c2cc9834c25c3c135753c61a28522e1 Mon Sep 17 00:00:00 2001 From: "kujiu (@havelock.kujiu.org)" Date: Sat, 10 Nov 2018 00:39:19 +0100 Subject: [PATCH] Add vim support for TS --- update-home.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update-home.sh b/update-home.sh index 1084aaa..c0fdad2 100755 --- a/update-home.sh +++ b/update-home.sh @@ -194,6 +194,14 @@ git clone https://github.com/jreybert/vimagit ~/.vim/pack/shapeshed/start/vimagi rm -rf ~/.vim/pack/shapeshed/start/vim-grammalecte git clone https://github.com/dpelle/vim-Grammalecte.git ~/.vim/pack/shapeshed/start/vim-grammalecte +# Install Tsuquyomi Vue +rm -rf ~/.vim/pack/shapeshed/start/tsuquyomi-vue +git clone https://github.com/Quramy/tsuquyomi-vue.git ~/.vim/pack/shapeshed/start/tsuquyomi-vue + +# Install Vim Vue +rm -rf ~/.vim/pack/shapeshed/start/vim-vue +git clone https://github.com/posva/vim-vue.git ~/.vim/pack/shapeshed/start/vim-vue + if [ -e ../homes-private/update-home.sh ] then source ../homes-private/update-home.sh