mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
pathogen -> vundle
This commit is contained in:
parent
b3c983ded2
commit
954be5a9c1
36 changed files with 38 additions and 129 deletions
32
bundle.vim
Normal file
32
bundle.vim
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Bundle 'gmarik/vundle'
|
||||
Bundle 'mileszs/ack.vim'
|
||||
Bundle 'vim-scripts/argtextobj.vim'
|
||||
Bundle 'tpope/vim-bundler'
|
||||
Bundle 'kchmck/vim-coffee-script'
|
||||
Bundle 'altercation/vim-colors-solarized'
|
||||
Bundle 'kien/ctrlp.vim'
|
||||
Bundle 'Raimondi/delimitMate'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-eunuch'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'vim-scripts/glsl.vim'
|
||||
Bundle 'jnwhiteh/vim-golang'
|
||||
Bundle 'michaeljsmith/vim-indent-object'
|
||||
Bundle 'groenewege/vim-less'
|
||||
Bundle 'gkz/vim-ls'
|
||||
Bundle 'tpope/vim-markdown'
|
||||
Bundle 'edsono/vim-matchit'
|
||||
Bundle 'scrooloose/nerdcommenter'
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
Bundle 'tpope/vim-pathogen'
|
||||
Bundle 'Lokaltog/vim-powerline'
|
||||
Bundle 'tpope/vim-ragtag'
|
||||
Bundle 'tpope/vim-repeat'
|
||||
Bundle 'tpope/vim-speeddating'
|
||||
Bundle 'ervandew/supertab'
|
||||
Bundle 'tpope/vim-surround'
|
||||
Bundle 'scrooloose/syntastic'
|
||||
Bundle 'majutsushi/tagbar'
|
||||
Bundle 'timcharper/textile.vim'
|
||||
Bundle 'jnurmine/Zenburn'
|
||||
Bundle 'mattn/zencoding-vim'
|
||||
Loading…
Add table
Add a link
Reference in a new issue