Actually install the typescript autocomplete plugin
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -43,3 +43,6 @@
|
||||
[submodule ".vim/bundle/typescript-vim"]
|
||||
path = .vim/bundle/typescript-vim
|
||||
url = git@github.com:leafgarland/typescript-vim.git
|
||||
[submodule ".vim/bundle/tsuquyomi"]
|
||||
path = .vim/bundle/tsuquyomi
|
||||
url = git@github.com:Quramy/tsuquyomi.git
|
||||
|
||||
1
.vim/bundle/tsuquyomi
Submodule
1
.vim/bundle/tsuquyomi
Submodule
Submodule .vim/bundle/tsuquyomi added at 8ed736b7f9
@@ -3,4 +3,6 @@ git submodule init;
|
||||
git submodule sync;
|
||||
git submodule update;
|
||||
|
||||
cd .vim/bundle/vimproc.vim && make && cd ../../..
|
||||
|
||||
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;
|
||||
|
||||
Reference in New Issue
Block a user