Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
431:e0bb52007402 | 432:06a551d3fbb2 |
---|---|
1 [subrepos] | 1 [subrepos] |
2 vim/bundle/ack = [git]https://github.com/mileszs/ack.vim.git | |
3 vim/bundle/badwolf = https://bitbucket.org/sjl/badwolf | |
4 vim/bundle/colorschemes = [git]https://github.com/ludovicchabant/vim-colorschemes.git | |
5 vim/bundle/commentary = [git]https://github.com/tpope/vim-commentary.git | |
6 vim/bundle/ctrlp = [git]https://github.com/ludovicchabant/ctrlp.vim.git | |
7 vim/bundle/ctrlp-py-matcher = [git]https://github.com/ludovicchabant/ctrlp-py-matcher.git | |
8 vim/bundle/easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git | |
9 vim/bundle/fish = [git]https://github.com/dag/vim-fish.git | |
10 vim/bundle/fugitive = [git]https://github.com/tpope/vim-fugitive.git | |
11 vim/bundle/goyo = [git]https://github.com/junegunn/goyo.vim.git | |
12 vim/bundle/gundo = https://bitbucket.org/sjl/gundo.vim | |
13 vim/bundle/gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags | |
14 vim/bundle/interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git | |
15 vim/bundle/jinja = [git]https://github.com/mitsuhiko/vim-jinja.git | |
16 vim/bundle/lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium | |
17 vim/bundle/less = [git]https://github.com/groenewege/vim-less.git | |
18 vim/bundle/lightline = [git]https://github.com/itchyny/lightline.vim.git | |
19 vim/bundle/linediff = [git]https://github.com/AndrewRadev/linediff.vim.git | |
20 vim/bundle/markdown = [git]https://github.com/tpope/vim-markdown.git | |
21 vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree.git | |
22 vim/bundle/pathogen = [git]https://github.com/tpope/vim-pathogen.git | |
23 vim/bundle/piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust | |
24 vim/bundle/projectroot = [git]https://github.com/dbakker/vim-projectroot.git | |
25 vim/bundle/python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git | |
26 vim/bundle/pythonmode = [git]https://github.com/klen/python-mode.git | |
27 vim/bundle/repeat = [git]https://github.com/tpope/vim-repeat.git | |
28 vim/bundle/scratch = [git]https://github.com/mtth/scratch.vim.git | |
29 vim/bundle/sleuth = [git]https://github.com/tpope/vim-sleuth.git | |
30 vim/bundle/solarized = [git]https://github.com/altercation/vim-colors-solarized.git | |
31 vim/bundle/supertab = [git]https://github.com/ervandew/supertab.git | |
32 vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git | |
33 vim/bundle/syntastic = [git]https://github.com/scrooloose/syntastic.git | |
34 vim/bundle/tagbar = [git]https://github.com/majutsushi/tagbar.git | |
35 vim/bundle/todo.txt = [git]https://github.com/freitass/todo.txt-vim.git | |
36 vim/bundle/yankring = [git]https://github.com/vim-scripts/YankRing.vim.git | |
37 | |
38 lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git | 2 lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git |
39 | 3 |
40 lib/hg/allpaths = https://bitbucket.org/ludovicchabant/allpaths | 4 lib/hg/allpaths = https://bitbucket.org/ludovicchabant/allpaths |
41 lib/hg/fast-hg-prompt = https://bitbucket.org/ludovicchabant/fast-hg-prompt | 5 lib/hg/fast-hg-prompt = https://bitbucket.org/ludovicchabant/fast-hg-prompt |
42 lib/hg/hg-git = https://bitbucket.org/ludovicchabant/hg-git | 6 lib/hg/hg-git = https://bitbucket.org/ludovicchabant/hg-git |
49 lib/hg/terse-status = https://bitbucket.org/durin42/terse-status | 13 lib/hg/terse-status = https://bitbucket.org/durin42/terse-status |
50 | 14 |
51 lib/iterm2/color-schemes = [git]https://github.com/mbadolato/iTerm2-Color-Schemes.git | 15 lib/iterm2/color-schemes = [git]https://github.com/mbadolato/iTerm2-Color-Schemes.git |
52 | 16 |
53 lib/mutt/mutt-colors-solarized = [git]https://github.com/altercation/mutt-colors-solarized | 17 lib/mutt/mutt-colors-solarized = [git]https://github.com/altercation/mutt-colors-solarized |
18 | |
19 | |
20 [vimbundles] | |
21 ack = [git]https://github.com/mileszs/ack.vim.git | |
22 badwolf = https://bitbucket.org/sjl/badwolf | |
23 colorschemes = [git]https://github.com/ludovicchabant/vim-colorschemes.git | |
24 commentary = [git]https://github.com/tpope/vim-commentary.git | |
25 ctrlp = [git]https://github.com/ludovicchabant/ctrlp.vim.git | |
26 ctrlp-py-matcher = [git]https://github.com/ludovicchabant/ctrlp-py-matcher.git | |
27 easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git | |
28 fish = [git]https://github.com/dag/vim-fish.git | |
29 fugitive = [git]https://github.com/tpope/vim-fugitive.git | |
30 goyo = [git]https://github.com/junegunn/goyo.vim.git | |
31 gundo = https://bitbucket.org/sjl/gundo.vim | |
32 gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags | |
33 interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git | |
34 jinja = [git]https://github.com/mitsuhiko/vim-jinja.git | |
35 lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium | |
36 less = [git]https://github.com/groenewege/vim-less.git | |
37 lightline = [git]https://github.com/itchyny/lightline.vim.git | |
38 linediff = [git]https://github.com/AndrewRadev/linediff.vim.git | |
39 markdown = [git]https://github.com/tpope/vim-markdown.git | |
40 nerdtree = [git]https://github.com/scrooloose/nerdtree.git | |
41 pathogen = [git]https://github.com/tpope/vim-pathogen.git | |
42 piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust | |
43 projectroot = [git]https://github.com/dbakker/vim-projectroot.git | |
44 python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git | |
45 pythonmode = [git]https://github.com/klen/python-mode.git | |
46 repeat = [git]https://github.com/tpope/vim-repeat.git | |
47 scratch = [git]https://github.com/mtth/scratch.vim.git | |
48 sleuth = [git]https://github.com/tpope/vim-sleuth.git | |
49 solarized = [git]https://github.com/altercation/vim-colors-solarized.git | |
50 supertab = [git]https://github.com/ervandew/supertab.git | |
51 surround = [git]https://github.com/tpope/vim-surround.git | |
52 syntastic = [git]https://github.com/scrooloose/syntastic.git | |
53 tagbar = [git]https://github.com/majutsushi/tagbar.git | |
54 todo.txt = [git]https://github.com/freitass/todo.txt-vim.git | |
55 yankring = [git]https://github.com/vim-scripts/YankRing.vim.git | |
54 | 56 |
55 | 57 |
56 [mactools] | 58 [mactools] |
57 asciinema = | 59 asciinema = |
58 ccat = | 60 ccat = |