this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use Peru instead of git submodules to manage plugins

+154 -1
+2
.gitignore
··· 1 1 vim/backups 2 2 vim/.netrwhist 3 3 vim/tags/* 4 + vim/bundle/* 5 + /.peru 4 6 !vim/tags/.gitignore 5 7 *.spl
+3
.gitmodules
··· 150 150 [submodule "vim/bundle/elixir"] 151 151 path = vim/bundle/elixir 152 152 url = git://github.com/elixir-lang/vim-elixir.git 153 + [submodule "vim/bundle/go"] 154 + path = vim/bundle/go 155 + url = git://github.com/fatih/vim-go.git
+143
peru.yaml
··· 1 + imports: 2 + pathogen: vim/autoload 3 + vim-ag: vim/bundle/ag 4 + vim-airline: vim/bundle/airline 5 + vim-bufexplorer: vim/bundle/bufexplorer 6 + vim-bufferline: vim/bundle/bufferline 7 + vim-bundler: vim/bundle/bundler 8 + vim-commentary: vim/bundle/commentary 9 + vim-fugitive: vim/bundle/fugitive 10 + vim-gitgutter: vim/bundle/gitgutter 11 + vim-go: vim/bundle/go 12 + vim-gundo: vim/bundle/gundo 13 + vim-indent-guides: vim/bundle/indent-guides 14 + vim-latex: vim/bundle/latex 15 + vim-multiple-cursors: vim/bundle/multiple-cursors 16 + vim-numbers: vim/bundle/numbers 17 + vim-rails: vim/bundle/rails 18 + vim-rbenv: vim/bundle/rbenv 19 + vim-repeat: vim/bundle/repeat 20 + vim-solarized: vim/bundle/solarized 21 + vim-surround: vim/bundle/surround 22 + vim-swapit: vim/bundle/swapit 23 + vim-syntastic: vim/bundle/syntastic 24 + vim-tabular: vim/bundle/tabular 25 + vim-tagbar: vim/bundle/tagbar 26 + vim-unimpaired: vim/bundle/unimpaired 27 + vim-unite: vim/bundle/unite 28 + vim-vimproc: vim/bundle/vimproc 29 + vim-ycm: vim/bundle/ycm 30 + 31 + curl module pathogen: 32 + url: https://tpo.pe/pathogen.vim 33 + sha1: 3e45332b7c588270b4188d3f073612f189bb1eea 34 + 35 + git module vim-solarized: 36 + url: https://github.com/altercation/vim-colors-solarized 37 + rev: 528a59f26d12278698bb946f8fb82a63711eec21 38 + 39 + git module vim-rails: 40 + url: https://github.com/tpope/vim-rails.git 41 + rev: f7d264fc27b3dfcbc54f8b16f3ae6aea4f92ee4c 42 + 43 + git module vim-unite: 44 + url: https://github.com/Shougo/unite.vim.git 45 + rev: ed765879071263968914d436e1f887e67abc89b1 46 + 47 + git module vim-airline: 48 + url: https://github.com/bling/vim-airline.git 49 + rev: 401ce611c6f9b9e8be0857cf6094604033e1b717 50 + 51 + git module vim-gundo: 52 + url: https://github.com/sjl/gundo.vim.git 53 + rev: 3975ac871565115e3769dc69c06bc88ddc1369af 54 + 55 + git module vim-surround: 56 + url: https://github.com/tpope/vim-surround.git 57 + rev: fa433e0b7330753688f715f3be5d10dc480f20e5 58 + 59 + git module vim-repeat: 60 + url: https://github.com/tpope/vim-repeat.git 61 + rev: 5eba0f19c87402643eb8a7e7d20d9d5338fd6d71 62 + 63 + git module vim-vimproc: 64 + url: https://github.com/Shougo/vimproc.vim.git 65 + build: make 66 + rev: 9baa1ca5deeab9687b987b336507a9c531faa5f6 67 + 68 + git module vim-tabular: 69 + url: https://github.com/godlygeek/tabular.git 70 + rev: 60f25648814f0695eeb6c1040d97adca93c4e0bb 71 + 72 + git module vim-multiple-cursors: 73 + url: https://github.com/terryma/vim-multiple-cursors.git 74 + rev: a95edcdffd98c5961f067796fbc2a1a82e0f6a83 75 + 76 + git module vim-unimpaired: 77 + url: https://github.com/tpope/vim-unimpaired.git 78 + rev: 3548479cc154154cbdbb6737ca08a47937cc7113 79 + 80 + git module vim-ycm: 81 + url: https://github.com/Valloric/YouCompleteMe.git 82 + build: ./install.sh 83 + rev: c8d203d3f2a44b9f150d9586a600d09a275e3c6c 84 + 85 + git module vim-swapit: 86 + url: https://github.com/mjbrownie/swapit.git 87 + rev: d7d9f6d5c01885e05fb9390b3f9ce051327f1973 88 + 89 + git module vim-commentary: 90 + url: https://github.com/tpope/vim-commentary.git 91 + rev: 9c685131a5facfa0d643feca3a61b41c007d8170 92 + 93 + git module vim-numbers: 94 + url: https://github.com/myusuf3/numbers.vim.git 95 + rev: c7e04485568687ff1c6f4ff842ee80ec9c68d58a 96 + 97 + git module vim-syntastic: 98 + url: https://github.com/scrooloose/syntastic.git 99 + rev: 03f43ec55fa093a72df5a6b6d27293cd60286cb0 100 + 101 + git module vim-rbenv: 102 + url: https://github.com/tpope/vim-rbenv.git 103 + rev: 79a33164cade37f922cc1e2a16eaca3533aa0274 104 + 105 + git module vim-fugitive: 106 + url: https://github.com/tpope/vim-fugitive.git 107 + rev: 2c8461db084d205903a792a23163faa546f143c9 108 + 109 + git module vim-bufferline: 110 + url: https://github.com/bling/vim-bufferline.git 111 + rev: 706e059acc3de5c829ba2d2685759c077a52ebbc 112 + 113 + git module vim-go: 114 + url: https://github.com/fatih/vim-go.git 115 + rev: 81fa39ffd357ad7b9578d3d9b349050fe9cd9b59 116 + 117 + git module vim-tagbar: 118 + url: https://github.com/majutsushi/tagbar.git 119 + rev: bfc121dc38271ab3f050609bb2ca377de07d8bd6 120 + 121 + git module vim-indent-guides: 122 + url: https://github.com/nathanaelkane/vim-indent-guides.git 123 + rev: eec1b629dc4cfa3986d20f21d4b4489732cd3f5a 124 + 125 + git module vim-ag: 126 + url: https://github.com/rking/ag.vim.git 127 + rev: d3a00f8affb091e7a14eb34f1beb9db9bb57a4bf 128 + 129 + git module vim-bufexplorer: 130 + url: https://github.com/jlanzarotta/bufexplorer.git 131 + rev: f3bbe12664b08038912faac586f6c0b5104325c3 132 + 133 + git module vim-bundler: 134 + url: https://github.com/tpope/vim-bundler.git 135 + rev: 48abb774c72732a75f8ab05ee7493b1041dd8ae8 136 + 137 + git module vim-gitgutter: 138 + url: https://github.com/airblade/vim-gitgutter.git 139 + rev: 1a68abedf1115482beb02834ebc42bc3f6a07672 140 + 141 + git module vim-latex: 142 + url: https://github.com/lervag/vim-latex.git 143 + rev: 725aae51eba0144c1a541fea74644ff589f70f42
+4 -1
vim/autoload/pathogen.vim
··· 96 96 return 1 97 97 endif 98 98 let sep = pathogen#slash() 99 - let blacklist = get(g:, 'pathogen_blacklist', get(g:, 'pathogen_disabled', [])) + pathogen#split($VIMBLACKLIST) 99 + let blacklist = map( 100 + \ get(g:, 'pathogen_blacklist', get(g:, 'pathogen_disabled', [])) + 101 + \ pathogen#split($VIMBLACKLIST), 102 + \ 'substitute(v:val, "[\\/]$", "", "")') 100 103 return index(blacklist, fnamemodify(a:path, ':t')) != -1 || index(blacklist, a:path) != -1 101 104 endfunction "}}}1 102 105
+1
vim/ftdetect/curly.vim
··· 1 + au BufRead,BufNewFile *.curly set ft=html syn=html
+1
vimrc
··· 219 219 " Copy and paste to unnamed register (system register) 220 220 noremap <Leader>y "+y 221 221 noremap <Leader>p "+p 222 + noremap <Leader>P "+P 222 223 223 224 " Fast paste from system clipboard 224 225 inoremap <C-R><C-R> <C-R>*