vimfiles/bundles.vim
2013-11-25 17:13:54 +01:00

52 lines
1.2 KiB
VimL

set nocompatible
set shell=bash
filetype on
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'altercation/vim-colors-solarized'
"Bundle 'Lokaltog/vim-distinguished'
"Bundle 'jnurmine/Zenburn'
Bundle 'tpope/vim-bundler'
Bundle 'tpope/vim-fugitive'
Bundle 'mileszs/ack.vim'
Bundle 'kien/ctrlp.vim'
"Bundle 'Lokaltog/vim-powerline'
Bundle 'scrooloose/nerdtree'
"Bundle 'ervandew/supertab'
Bundle 'scrooloose/syntastic'
"Bundle 'majutsushi/tagbar'
Bundle 'kchmck/vim-coffee-script'
Bundle 'vim-scripts/glsl.vim'
Bundle 'jnwhiteh/vim-golang'
Bundle 'groenewege/vim-less'
"Bundle 'gkz/vim-ls'
Bundle 'tpope/vim-markdown'
"Bundle 'timcharper/textile.vim'
Bundle 'slim-template/vim-slim'
Bundle 'jboyens/vim-protobuf'
Bundle 'dag/vim-fish'
Bundle 'vim-scripts/argtextobj.vim'
Bundle 'michaeljsmith/vim-indent-object'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround'
"Bundle 'tpope/vim-ragtag'
"Bundle 'tpope/vim-speeddating'
"Bundle 'mattn/zencoding-vim'
"Bundle 'scrooloose/nerdcommenter'
"Bundle 'Raimondi/delimitMate'
"Bundle 'edsono/vim-matchit'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-eunuch'
filetype plugin indent on
syntax on