diff --git a/.vimrc b/.vimrc index 844c110..e2091f4 100644 --- a/.vimrc +++ b/.vimrc @@ -59,12 +59,15 @@ 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 'marijnh/tern_for_vim' Bundle 'https://github.com/kien/ctrlp.vim' Bundle 'https://github.com/klen/python-mode.git' Bundle 'https://github.com/godlygeek/tabular.git' diff --git a/README b/README index 03db011..89eb5d2 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 @@ -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