Compare commits

..

No commits in common. "d433c09dd1e8eba0c4a307549edcbc99d26acc65" and "70a587dd40fc8cf4e857a17d9171098fa415bf16" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View file

@ -1,9 +1,2 @@
# dotfiles
## Vim
```bash
ln -sv ${PWD}/vimrc ~/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```

12
vimrc
View file

@ -17,14 +17,6 @@ Plugin 'tpope/vim-fugitive'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'airblade/vim-gitgutter'
Plugin 'kien/ctrlp.vim'
Plugin 'tpope/vim-surround'
Plugin 'scrooloose/nerdcommenter'
Plugin 'junegunn/fzf'
Plugin 'scrooloose/syntastic'
Plugin 'hashivim/vim-terraform'
Plugin 'valloric/youcompleteme'
" plugin from http://vim-scripts.org/vim/scripts.html
" Plugin 'L9'
" Git plugin not hosted on GitHub
@ -53,7 +45,3 @@ filetype plugin indent on " required
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
let g:airline_theme='molokai'
" vim-terraform
let g:terraform_align=1
let g:terraform_fmt_on_save=1