Skip to content

Commit

Permalink
Added Vundle, dante color scheme and some plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
dietercastel committed Mar 3, 2015
1 parent b527102 commit fa248fa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ set nocompatible " be iMproved
filetype off " required!
filetype plugin indent on " required!

"------------------VUNDLE SETUP-------------------
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
Plugin 'tomtom/tcomment_vim'
Plugin 'tpope/vim-surround'
Plugin 'bling/vim-airline'
Plugin 'Townk/vim-autoclose'
Plugin 'vim-scripts/dante.vim' "Dark color theme
call vundle#end() " required
"-------------------------------------------------

"Color scheme (downloaded by Vundle)
colorscheme dante

"Enable Filetypes
filetype plugin on
filetype indent on
Expand Down

0 comments on commit fa248fa

Please sign in to comment.