mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
even easier setup
This commit is contained in:
parent
09bc286ab4
commit
17b492736c
3 changed files with 11 additions and 8 deletions
41
bundles.vim
Normal file
41
bundles.vim
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
set nocompatible
|
||||
filetype off
|
||||
|
||||
set rtp+=~/.vim/bundle/vundle/
|
||||
call vundle#rc()
|
||||
|
||||
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'
|
||||
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
Loading…
Add table
Add a link
Reference in a new issue