mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-22 09:30:07 +00:00
Thingis
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -59,12 +59,15 @@ set smartcase
|
|||||||
Bundle 'Chiel92/vim-autoformat'
|
Bundle 'Chiel92/vim-autoformat'
|
||||||
Bundle 'gmarik/vundle'
|
Bundle 'gmarik/vundle'
|
||||||
Bundle 'scrooloose/nerdtree'
|
Bundle 'scrooloose/nerdtree'
|
||||||
|
Bundle 'leafgarland/typescript-vim'
|
||||||
|
|
||||||
" My Bundles here:
|
" My Bundles here:
|
||||||
"
|
"
|
||||||
" original repos on github
|
" original repos on github
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
Bundle 'fholgado/minibufexpl.vim'
|
Bundle 'fholgado/minibufexpl.vim'
|
||||||
|
Bundle 'Valloric/YouCompleteMe'
|
||||||
|
Bundle 'marijnh/tern_for_vim'
|
||||||
Bundle 'https://github.com/kien/ctrlp.vim'
|
Bundle 'https://github.com/kien/ctrlp.vim'
|
||||||
Bundle 'https://github.com/klen/python-mode.git'
|
Bundle 'https://github.com/klen/python-mode.git'
|
||||||
Bundle 'https://github.com/godlygeek/tabular.git'
|
Bundle 'https://github.com/godlygeek/tabular.git'
|
||||||
|
|||||||
6
README
6
README
@@ -1,7 +1,7 @@
|
|||||||
My vim configuration
|
My vim configuration
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
git clone <repo> .vim
|
git clone git@github.com:fergalmoran/vimfiles.git .vim
|
||||||
ln -s ~/.vim/.vimrc .vimrc
|
ln -s ~/.vim/.vimrc .vimrc
|
||||||
|
|
||||||
cd .vim
|
cd .vim
|
||||||
@@ -11,9 +11,7 @@ git submodule update
|
|||||||
vim
|
vim
|
||||||
:BundleInstall
|
:BundleInstall
|
||||||
|
|
||||||
apt-get install exuberant-ctags build-essential cmake python-dev
|
apt-get install exuberant-ctags build-essential cmake python-dev vim-youcompleteme
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
|
||||||
./install.sh --clang-completer
|
|
||||||
|
|
||||||
cd ~./bundle/tern_for_vim
|
cd ~./bundle/tern_for_vim
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user