Files
dotfiles/vim/vim.symlink/plugins.vim
2013-12-21 01:08:20 -06:00

55 lines
1.5 KiB
VimL

set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let vundle manage vundle
Bundle 'gmarik/vundle'
" my vim plugins
Bundle 'kien/ctrlp.vim'
Bundle 'scrooloose/nerdtree'
Bundle 'mileszs/ack.vim'
Bundle 'Raimondi/delimitMate'
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-unimpaired'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-fugitive'
Bundle 'othree/html5.vim'
Bundle 'pangloss/vim-javascript'
Bundle 'itspriddle/vim-jquery'
Bundle 'tpope/vim-markdown'
Bundle 'wavded/vim-stylus'
Bundle 'tpope/vim-ragtag'
Bundle 'tpope/vim-surround'
Bundle 'duff/vim-scratch'
" Bundle 'sjl/vitality.vim'
Bundle 'cakebaker/scss-syntax.vim'
Bundle 'kchmck/vim-coffee-script'
Bundle 'groenewege/vim-less'
Bundle 'tsaleh/vim-matchit'
Bundle 'benmills/vimux'
Bundle 'mattn/emmet-vim'
Bundle 'ap/vim-css-color'
Bundle 'flazz/vim-colorschemes'
Bundle 'editorconfig/editorconfig-vim'
Bundle 'juvenn/mustache.vim'
Bundle 'tclem/vim-arduino'
Bundle 'bling/vim-airline'
Bundle 'scrooloose/syntastic'
Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
Bundle 'garbas/vim-snipmate'
Bundle 'terryma/vim-multiple-cursors'
Bundle 'tpope/vim-repeat'
Bundle 'tonchis/to-github-vim'
Bundle 'sotte/presenting.vim'
Bundle 'moll/vim-node'
Bundle 'elzr/vim-json'
Bundle 'leafgarland/typescript-vim'
Bundle 'jnwhiteh/vim-golang'
Bundle 'ervandew/supertab'
Bundle 'nanotech/jellybeans.vim'
Bundle 'dart-lang/dart-vim-plugin'
" Bundle 'Valloric/YouCompleteMe'
" Bundle 'marijnh/tern_for_vim'
Bundle 'w0ng/vim-hybrid'