small updates

- new plugins added
- gitignore updated
This commit is contained in:
2016-01-29 10:01:03 +01:00
parent b31ba98eef
commit a24e135f5e
2 changed files with 10 additions and 0 deletions

View File

@@ -5,5 +5,8 @@
default = simple
[core]
excludesfile = /Users/michi/.gitignore
editor = macvim
[branch]
autosetuprebase = always
[color]
ui = auto

7
vimrc
View File

@@ -17,18 +17,24 @@ Plugin 'gmarik/Vundle.vim'
" my plugins
Plugin 'bling/vim-airline'
Plugin 'danro/rename.vim'
Plugin 'elixir-lang/vim-elixir'
Plugin 'ervandew/supertab'
Plugin 'garbas/vim-snipmate'
Plugin 'ingydotnet/yaml-vim'
Plugin 'jiangmiao/auto-pairs'
Plugin 'kchmck/vim-coffee-script'
Plugin 'kien/ctrlp.vim'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'mileszs/ack.vim'
Plugin 'mustache/vim-mustache-handlebars'
Plugin 'pangloss/vim-javascript'
Plugin 'Raimondi/delimitMate'
Plugin 'scrooloose/nerdcommenter'
Plugin 'scrooloose/nerdtree'
Plugin 'scrooloose/syntastic'
Plugin 'sjl/gundo.vim'
Plugin 'tomtom/tlib_vim'
Plugin 'tpope/vim-cucumber'
Plugin 'tpope/vim-endwise'
Plugin 'tpope/vim-fugitive'
@@ -37,6 +43,7 @@ Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-surround'
Plugin 'vimwiki/vimwiki'
Plugin 'vim-ruby/vim-ruby'
Plugin 'vim-scripts/tComment'
" All of your Plugins must be added before the following line
call vundle#end() " required