Skip to content

Instantly share code, notes, and snippets.

@ziyan-junaideen
Created August 22, 2014 18:25
Show Gist options
  • Save ziyan-junaideen/088d053e72226b07a074 to your computer and use it in GitHub Desktop.
Save ziyan-junaideen/088d053e72226b07a074 to your computer and use it in GitHub Desktop.
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()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
execute pathogen#infect()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
Bundle 'JulesWang/css.vim'
Bundle 'cakebaker/scss-syntax.vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment