From 4bedacd08619287287af98011a1a97b8af2aac1c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 12 Feb 2016 21:32:43 +0000 Subject: [PATCH] Added typescript --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index d90e799..faedfb3 100644 --- a/.vimrc +++ b/.vimrc @@ -58,13 +58,14 @@ set smartcase Bundle 'Chiel92/vim-autoformat' Bundle 'gmarik/vundle' Bundle 'scrooloose/nerdtree' +Bundle 'leafgarland/typescript-vim' " My Bundles here: " " original repos on github Bundle 'tpope/vim-fugitive' Bundle 'fholgado/minibufexpl.vim' -Bundle 'Valloric/YouCompleteMe' +" Bundle 'Valloric/YouCompleteMe' Bundle 'marijnh/tern_for_vim' Bundle 'https://github.com/kien/ctrlp.vim' Bundle 'https://github.com/klen/python-mode.git'