Mercurial > dotfiles
diff install.cfg @ 432:06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 02 Apr 2018 09:01:46 -0700 |
parents | e0bb52007402 |
children | 44afdeba29bf |
line wrap: on
line diff
--- a/install.cfg Sun Apr 01 22:57:57 2018 -0700 +++ b/install.cfg Mon Apr 02 09:01:46 2018 -0700 @@ -1,40 +1,4 @@ [subrepos] -vim/bundle/ack = [git]https://github.com/mileszs/ack.vim.git -vim/bundle/badwolf = https://bitbucket.org/sjl/badwolf -vim/bundle/colorschemes = [git]https://github.com/ludovicchabant/vim-colorschemes.git -vim/bundle/commentary = [git]https://github.com/tpope/vim-commentary.git -vim/bundle/ctrlp = [git]https://github.com/ludovicchabant/ctrlp.vim.git -vim/bundle/ctrlp-py-matcher = [git]https://github.com/ludovicchabant/ctrlp-py-matcher.git -vim/bundle/easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git -vim/bundle/fish = [git]https://github.com/dag/vim-fish.git -vim/bundle/fugitive = [git]https://github.com/tpope/vim-fugitive.git -vim/bundle/goyo = [git]https://github.com/junegunn/goyo.vim.git -vim/bundle/gundo = https://bitbucket.org/sjl/gundo.vim -vim/bundle/gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags -vim/bundle/interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git -vim/bundle/jinja = [git]https://github.com/mitsuhiko/vim-jinja.git -vim/bundle/lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium -vim/bundle/less = [git]https://github.com/groenewege/vim-less.git -vim/bundle/lightline = [git]https://github.com/itchyny/lightline.vim.git -vim/bundle/linediff = [git]https://github.com/AndrewRadev/linediff.vim.git -vim/bundle/markdown = [git]https://github.com/tpope/vim-markdown.git -vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree.git -vim/bundle/pathogen = [git]https://github.com/tpope/vim-pathogen.git -vim/bundle/piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust -vim/bundle/projectroot = [git]https://github.com/dbakker/vim-projectroot.git -vim/bundle/python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git -vim/bundle/pythonmode = [git]https://github.com/klen/python-mode.git -vim/bundle/repeat = [git]https://github.com/tpope/vim-repeat.git -vim/bundle/scratch = [git]https://github.com/mtth/scratch.vim.git -vim/bundle/sleuth = [git]https://github.com/tpope/vim-sleuth.git -vim/bundle/solarized = [git]https://github.com/altercation/vim-colors-solarized.git -vim/bundle/supertab = [git]https://github.com/ervandew/supertab.git -vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git -vim/bundle/syntastic = [git]https://github.com/scrooloose/syntastic.git -vim/bundle/tagbar = [git]https://github.com/majutsushi/tagbar.git -vim/bundle/todo.txt = [git]https://github.com/freitass/todo.txt-vim.git -vim/bundle/yankring = [git]https://github.com/vim-scripts/YankRing.vim.git - lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git lib/hg/allpaths = https://bitbucket.org/ludovicchabant/allpaths @@ -53,6 +17,44 @@ lib/mutt/mutt-colors-solarized = [git]https://github.com/altercation/mutt-colors-solarized +[vimbundles] +ack = [git]https://github.com/mileszs/ack.vim.git +badwolf = https://bitbucket.org/sjl/badwolf +colorschemes = [git]https://github.com/ludovicchabant/vim-colorschemes.git +commentary = [git]https://github.com/tpope/vim-commentary.git +ctrlp = [git]https://github.com/ludovicchabant/ctrlp.vim.git +ctrlp-py-matcher = [git]https://github.com/ludovicchabant/ctrlp-py-matcher.git +easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git +fish = [git]https://github.com/dag/vim-fish.git +fugitive = [git]https://github.com/tpope/vim-fugitive.git +goyo = [git]https://github.com/junegunn/goyo.vim.git +gundo = https://bitbucket.org/sjl/gundo.vim +gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags +interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git +jinja = [git]https://github.com/mitsuhiko/vim-jinja.git +lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium +less = [git]https://github.com/groenewege/vim-less.git +lightline = [git]https://github.com/itchyny/lightline.vim.git +linediff = [git]https://github.com/AndrewRadev/linediff.vim.git +markdown = [git]https://github.com/tpope/vim-markdown.git +nerdtree = [git]https://github.com/scrooloose/nerdtree.git +pathogen = [git]https://github.com/tpope/vim-pathogen.git +piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust +projectroot = [git]https://github.com/dbakker/vim-projectroot.git +python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git +pythonmode = [git]https://github.com/klen/python-mode.git +repeat = [git]https://github.com/tpope/vim-repeat.git +scratch = [git]https://github.com/mtth/scratch.vim.git +sleuth = [git]https://github.com/tpope/vim-sleuth.git +solarized = [git]https://github.com/altercation/vim-colors-solarized.git +supertab = [git]https://github.com/ervandew/supertab.git +surround = [git]https://github.com/tpope/vim-surround.git +syntastic = [git]https://github.com/scrooloose/syntastic.git +tagbar = [git]https://github.com/majutsushi/tagbar.git +todo.txt = [git]https://github.com/freitass/todo.txt-vim.git +yankring = [git]https://github.com/vim-scripts/YankRing.vim.git + + [mactools] asciinema = ccat =