convert to vundle
This commit is contained in:
parent
7ed2df98b6
commit
b5a5ab4d5b
14 changed files with 1997 additions and 2 deletions
41
.vimrc
41
.vimrc
|
|
@ -66,8 +66,6 @@ set t_Sb=ESC[4%dm
|
|||
|
||||
" ** FILETYPE SETTINGS **
|
||||
filetype off
|
||||
"call pathogen#runtime_append_all_bundles()
|
||||
execute pathogen#infect()
|
||||
|
||||
let g:ft_ignore_pat = '.org'
|
||||
filetype plugin indent on
|
||||
|
|
@ -77,7 +75,46 @@ filetype plugin indent on
|
|||
autocmd CursorMovedI * if pumvisible() == 0|pclose|endif
|
||||
autocmd InsertLeave * if pumvisible() == 0|pclose|endif
|
||||
|
||||
set rtp+=~/.vim/bundle/Vundle.vim
|
||||
call vundle#begin()
|
||||
|
||||
Plugin 'vim-scripts/DrawIt'
|
||||
Plugin 'vim-scripts/EasyGrep'
|
||||
Plugin 'chrisbra/NrrwRgn'
|
||||
Plugin 'hsitz/VimOrganizer'
|
||||
Plugin 'mileszs/ack.vim'
|
||||
Plugin 'mattn/calendar-vim'
|
||||
Plugin 'vim-scripts/fish-syntax'
|
||||
Plugin 'sjbach/lusty'
|
||||
Plugin 'scrooloose/nerdcommenter'
|
||||
Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'rstacruz/sparkup'
|
||||
Plugin 'scrooloose/syntastic'
|
||||
Plugin 'kchmck/vim-coffee-script'
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
Plugin 'airblade/vim-gitgutter'
|
||||
Plugin 'lunaru/vim-less'
|
||||
Plugin 'terryma/vim-multiple-cursors'
|
||||
Plugin 'rodjek/vim-puppet'
|
||||
Plugin 'tpope/vim-unimpaired'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
Plugin 'b4winckler/vim-angry'
|
||||
Plugin 'tristen/vim-sparkup'
|
||||
Plugin 'bling/vim-airline'
|
||||
Plugin 'kien/ctrlp.vim'
|
||||
Plugin 'Blackrush/vim-gocode'
|
||||
Plugin 'bling/vim-bufferline'
|
||||
Plugin 'majutsushi/tagbar'
|
||||
Plugin 'Raimondi/delimitMate'
|
||||
Plugin 'eagletmt/neco-ghc'
|
||||
Plugin 'eagletmt/ghcmod-vim'
|
||||
Plugin 'Shougo/vimproc.vim'
|
||||
Plugin 'SirVer/ultisnips'
|
||||
Plugin 'JuliaLang/julia-vim'
|
||||
Plugin 'tpope/vim-surround'
|
||||
"https://git.wincent.com/command-t.git
|
||||
call vundle#end()
|
||||
filetype plugin indent on " required
|
||||
" Sources
|
||||
"source ~/.vim/supertab.vim
|
||||
"source ~/.vim/charm.vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue