From fa070e1caeca1b270db96bbf9696c58cf98183db Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 7 Feb 2016 14:52:50 +0000 Subject: [PATCH 1/3] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 03db011..0be0a4c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ My vim configuration cd ~ -git clone .vim +git clone git@github.com:fergalmoran/vimfiles.git .vim ln -s ~/.vim/.vimrc .vimrc cd .vim From a49451a377d2d96c388fee586866c0b48665dc7c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 7 Feb 2016 15:36:45 +0000 Subject: [PATCH 2/3] Update README --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README b/README index 0be0a4c..89eb5d2 100644 --- a/README +++ b/README @@ -11,9 +11,7 @@ git submodule update vim :BundleInstall -apt-get install exuberant-ctags build-essential cmake python-dev -cd ~/.vim/bundle/YouCompleteMe -./install.sh --clang-completer +apt-get install exuberant-ctags build-essential cmake python-dev vim-youcompleteme cd ~./bundle/tern_for_vim npm install From 4bedacd08619287287af98011a1a97b8af2aac1c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 12 Feb 2016 21:32:43 +0000 Subject: [PATCH 3/3] 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'