Skip to content

Instantly share code, notes, and snippets.

set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim' " Package Manager
Plugin 'tpope/vim-vinegar' " Simple File Browsing (using - )
@aboustayyef
aboustayyef / .vimrc
Last active June 1, 2016 23:13
My .vimrc File
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim' " Package Manager
Plugin 'tpope/vim-vinegar' " Simple File Browsing (using - )