diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-04-12 16:00:46 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-04-12 16:00:46 -0700 |
commit | bea366fcdfa72910fde029205b677d28646e5dc4 (patch) | |
tree | 2372403ffb7f540b257d64ab3b91f2467a2d8f65 /base/vim/bundle | |
parent | 6674d294ff99b4f6439e6e7f7a8cde399d2bf507 (diff) |
Misc. changes from new laptop
Diffstat (limited to 'base/vim/bundle')
-rwxr-xr-x | base/vim/bundle/fetch_bundles.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/vim/bundle/fetch_bundles.sh b/base/vim/bundle/fetch_bundles.sh index 315100f..fabe0a9 100755 --- a/base/vim/bundle/fetch_bundles.sh +++ b/base/vim/bundle/fetch_bundles.sh @@ -8,3 +8,4 @@ git clone git://github.com/tpope/vim-abolish.git git clone https://github.com/ctrlpvim/ctrlp.vim.git git clone https://github.com/tomtom/tcomment_vim.git +git clone https://github.com/leafgarland/typescript-vim.git |