Mercurial > dotfiles
comparison install.cfg @ 414:72365ec18f54
Merge changes
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 18 Jan 2018 16:27:32 -0800 |
parents | c6da0c9f40ae |
children | 52c2cfeed504 |
comparison
equal
deleted
inserted
replaced
413:4a2468f72e44 | 414:72365ec18f54 |
---|---|
1 [subrepos] | |
2 vim/bundle/ag = [git]https://github.com/rking/ag.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/gundo = https://bitbucket.org/sjl/gundo.vim | |
12 vim/bundle/gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags | |
13 vim/bundle/haml = [git]https://github.com/tpope/vim-haml.git | |
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/powerline = [git]https://github.com/Lokaltog/vim-powerline.git | |
25 vim/bundle/projectroot = [git]https://github.com/dbakker/vim-projectroot.git | |
26 vim/bundle/python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git | |
27 vim/bundle/pythonmode = [git]https://github.com/klen/python-mode.git | |
28 vim/bundle/ragtag = [git]https://github.com/tpope/vim-ragtag.git | |
29 vim/bundle/repeat = [git]https://github.com/tpope/vim-repeat.git | |
30 vim/bundle/scratch = [git]https://github.com/mtth/scratch.vim.git | |
31 vim/bundle/sleuth = [git]https://github.com/tpope/vim-sleuth.git | |
32 vim/bundle/solarized = [git]https://github.com/altercation/vim-colors-solarized.git | |
33 vim/bundle/supertab = [git]https://github.com/ervandew/supertab.git | |
34 vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git | |
35 vim/bundle/syntastic = [git]https://github.com/scrooloose/syntastic.git | |
36 vim/bundle/tagbar = [git]https://github.com/majutsushi/tagbar.git | |
37 vim/bundle/todo.txt = [git]https://github.com/freitass/todo.txt-vim.git | |
38 vim/bundle/twig = [git]https://github.com/beyondwords/vim-twig.git | |
39 vim/bundle/vimroom = [git]https://github.com/mikewest/vimroom.git | |
40 vim/bundle/yankring = [git]https://github.com/vim-scripts/YankRing.vim.git | |
41 | |
42 lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git | |
43 | |
44 lib/hg/allpaths = https://bitbucket.org/ludovicchabant/allpaths | |
45 lib/hg/fast-hg-prompt = https://bitbucket.org/ludovicchabant/fast-hg-prompt | |
46 lib/hg/hg-git = https://bitbucket.org/ludovicchabant/hg-git | |
47 lib/hg/hg-git-sync = https://bitbucket.org/ludovicchabant/hg-git-sync | |
48 lib/hg/hg-prompt = https://bitbucket.org/sjl/hg-prompt | |
49 lib/hg/mercurial-cli-templates = https://bitbucket.org/sjl/mercurial-cli-templates | |
50 lib/hg/mutable-history = https://www.mercurial-scm.org/repo/evolve | |
51 lib/hg/onsub = https://bitbucket.org/ludovicchabant/onsub | |
52 lib/hg/path-pattern = https://bitbucket.org/Mekk/mercurial-path_pattern | |
53 lib/hg/terse-status = https://bitbucket.org/durin42/terse-status | |
54 | |
55 lib/iterm2/color-schemes = [git]https://github.com/mbadolato/iTerm2-Color-Schemes.git | |
56 | |
57 lib/mutt/mutt-colors-solarized = [git]https://github.com/altercation/mutt-colors-solarized | |
58 |