From 9197762f07f34b60a929986b2b6de947086b07fc Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 10 Sep 2015 18:50:38 +0200 Subject: vim: switch to pathogen "plugin manager" --- shell/_vim/bundle/LargeFile | 1 + shell/_vim/bundle/jedi-vim | 1 + shell/_vim/bundle/nerdcommenter | 1 + shell/_vim/bundle/rust.vim | 1 + shell/_vim/bundle/syntastic | 1 + shell/_vim/bundle/unite.vim | 1 + shell/_vim/bundle/vim-airline | 1 + shell/_vim/bundle/vim-distinguished | 1 + shell/_vim/bundle/vim-easy-align | 1 + shell/_vim/bundle/vim-ledger | 1 + shell/_vim/bundle/vim-misc | 1 + shell/_vim/bundle/vim-pathogen | 1 + shell/_vim/bundle/vim-reload | 1 + shell/_vim/bundle/vim-surround | 1 + shell/_vimrc | 68 +++++-------------------------------- 15 files changed, 22 insertions(+), 60 deletions(-) create mode 160000 shell/_vim/bundle/LargeFile create mode 160000 shell/_vim/bundle/jedi-vim create mode 160000 shell/_vim/bundle/nerdcommenter create mode 160000 shell/_vim/bundle/rust.vim create mode 160000 shell/_vim/bundle/syntastic create mode 160000 shell/_vim/bundle/unite.vim create mode 160000 shell/_vim/bundle/vim-airline create mode 160000 shell/_vim/bundle/vim-distinguished create mode 160000 shell/_vim/bundle/vim-easy-align create mode 160000 shell/_vim/bundle/vim-ledger create mode 160000 shell/_vim/bundle/vim-misc create mode 160000 shell/_vim/bundle/vim-pathogen create mode 160000 shell/_vim/bundle/vim-reload create mode 160000 shell/_vim/bundle/vim-surround (limited to 'shell') diff --git a/shell/_vim/bundle/LargeFile b/shell/_vim/bundle/LargeFile new file mode 160000 index 0000000..3941a37 --- /dev/null +++ b/shell/_vim/bundle/LargeFile @@ -0,0 +1 @@ +Subproject commit 3941a37b2b0288524300348a39521a46539bf9f6 diff --git a/shell/_vim/bundle/jedi-vim b/shell/_vim/bundle/jedi-vim new file mode 160000 index 0000000..bcf2452 --- /dev/null +++ b/shell/_vim/bundle/jedi-vim @@ -0,0 +1 @@ +Subproject commit bcf24529faa5979e0d67b62673429f9978c2357b diff --git a/shell/_vim/bundle/nerdcommenter b/shell/_vim/bundle/nerdcommenter new file mode 160000 index 0000000..5cc672a --- /dev/null +++ b/shell/_vim/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit 5cc672a4f2adb734ac671499476034f0cd1d3d72 diff --git a/shell/_vim/bundle/rust.vim b/shell/_vim/bundle/rust.vim new file mode 160000 index 0000000..2450ecf --- /dev/null +++ b/shell/_vim/bundle/rust.vim @@ -0,0 +1 @@ +Subproject commit 2450ecf3091cc7c2711ca9f00eae8e3bedd04376 diff --git a/shell/_vim/bundle/syntastic b/shell/_vim/bundle/syntastic new file mode 160000 index 0000000..be11125 --- /dev/null +++ b/shell/_vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit be111259ec4428ea10dbb02b54127cf348f17602 diff --git a/shell/_vim/bundle/unite.vim b/shell/_vim/bundle/unite.vim new file mode 160000 index 0000000..385a52a --- /dev/null +++ b/shell/_vim/bundle/unite.vim @@ -0,0 +1 @@ +Subproject commit 385a52a842a2b7c7dc89f6a22ddd76e67ae32c0a diff --git a/shell/_vim/bundle/vim-airline b/shell/_vim/bundle/vim-airline new file mode 160000 index 0000000..cdc6d98 --- /dev/null +++ b/shell/_vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit cdc6d98a09db60d3dda58815616f78338cbdaa9d diff --git a/shell/_vim/bundle/vim-distinguished b/shell/_vim/bundle/vim-distinguished new file mode 160000 index 0000000..62b360d --- /dev/null +++ b/shell/_vim/bundle/vim-distinguished @@ -0,0 +1 @@ +Subproject commit 62b360dc81355b53d124cd06218a9ba2496563fc diff --git a/shell/_vim/bundle/vim-easy-align b/shell/_vim/bundle/vim-easy-align new file mode 160000 index 0000000..1206c65 --- /dev/null +++ b/shell/_vim/bundle/vim-easy-align @@ -0,0 +1 @@ +Subproject commit 1206c65dcb87488900b5ac193965268f0ce2c574 diff --git a/shell/_vim/bundle/vim-ledger b/shell/_vim/bundle/vim-ledger new file mode 160000 index 0000000..97fa935 --- /dev/null +++ b/shell/_vim/bundle/vim-ledger @@ -0,0 +1 @@ +Subproject commit 97fa935d8f644c69506ad69cc3db84d9ac328f30 diff --git a/shell/_vim/bundle/vim-misc b/shell/_vim/bundle/vim-misc new file mode 160000 index 0000000..3e6b8fb --- /dev/null +++ b/shell/_vim/bundle/vim-misc @@ -0,0 +1 @@ +Subproject commit 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b diff --git a/shell/_vim/bundle/vim-pathogen b/shell/_vim/bundle/vim-pathogen new file mode 160000 index 0000000..b9fb0df --- /dev/null +++ b/shell/_vim/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit b9fb0dfd811004010f5f6903edef42d6004ebea2 diff --git a/shell/_vim/bundle/vim-reload b/shell/_vim/bundle/vim-reload new file mode 160000 index 0000000..0a601a6 --- /dev/null +++ b/shell/_vim/bundle/vim-reload @@ -0,0 +1 @@ +Subproject commit 0a601a668727f5b675cb1ddc19f6861f3f7ab9e1 diff --git a/shell/_vim/bundle/vim-surround b/shell/_vim/bundle/vim-surround new file mode 160000 index 0000000..2d05440 --- /dev/null +++ b/shell/_vim/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit 2d05440ad23f97a7874ebd9b5de3a0e65d25d85c diff --git a/shell/_vimrc b/shell/_vimrc index a36493c..f91c575 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -4,69 +4,17 @@ " May install in the future: " Git wrapper, similar to magit: 'https://github.com/tpope/vim-fugitive' " https://github.com/tony/vim-config - +" Plugins for review: +" 'msanders/snipmate.vim' +" 'godlygeek/tabular' +" 'plasticboy/vim-markdown' + +runtime bundle/vim-pathogen/autoload/pathogen.vim +execute pathogen#infect() +set nocompatible " Be iMproved let mapleader="," " set leader early as otherwise it wouldn't work - -" ----- NeoBundle ----- -" Note: Skip initialization for vim-tiny or vim-small. -if 0 | endif - -let first_run=0 -if !filereadable(expand('~/.vim/bundle/neobundle.vim/README.md')) - let first_run=1 - silent !git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim -endif - -if has('vim_starting') - if &compatible - set nocompatible " Be iMproved - endif - - set runtimepath+=~/.vim/bundle/neobundle.vim/ -endif - -call neobundle#begin(expand('~/.vim/bundle/')) - -NeoBundleFetch 'Shougo/neobundle.vim' - -NeoBundle 'Shougo/vimproc.vim', { -\ 'build' : { -\ 'windows' : 'tools\\update-dll-mingw', -\ 'cygwin' : 'make -f make_cygwin.mak', -\ 'mac' : 'make -f make_mac.mak', -\ 'linux' : 'make', -\ 'unix' : 'gmake', -\ }, -\ } -NeoBundle 'Lokaltog/vim-distinguished' -NeoBundle 'xolox/vim-reload' -NeoBundle 'xolox/vim-misc' -NeoBundle 'Shougo/unite.vim' -NeoBundle 'bling/vim-airline' -NeoBundle 'scrooloose/syntastic' -NeoBundle 'scrooloose/nerdcommenter' -NeoBundle 'tpope/vim-surround' -NeoBundle 'davidhalter/jedi-vim' -NeoBundle 'wting/rust.vim' -NeoBundle 'ledger/vim-ledger' -NeoBundle 'junegunn/vim-easy-align' -"NeoBundle 'msanders/snipmate.vim' -"NeoBundle 'godlygeek/tabular' -"NeoBundle 'plasticboy/vim-markdown' - -" Disable plugins for very large files -NeoBundleLazy 'vim-scripts/LargeFile' - -call neobundle#end() - filetype plugin indent on -if first_run - NeoBundleInstall -else - NeoBundleCheck -endif - " ----- general settings ----- set encoding=utf-8 set ff=unix -- cgit v1.2.3-70-g09d2