comparison .hgsub @ 380:52ea57ca22e1

Add new scratch plugin.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 Feb 2017 21:31:56 -0800
parents 58410650ce36
children af7646eceddc
comparison
equal deleted inserted replaced
379:58410650ce36 380:52ea57ca22e1
2 vim/bundle/gundo = https://bitbucket.org/sjl/gundo.vim 2 vim/bundle/gundo = https://bitbucket.org/sjl/gundo.vim
3 vim/bundle/badwolf = https://bitbucket.org/sjl/badwolf 3 vim/bundle/badwolf = https://bitbucket.org/sjl/badwolf
4 4
5 vim/bundle/ag = [git]https://github.com/rking/ag.vim.git 5 vim/bundle/ag = [git]https://github.com/rking/ag.vim.git
6 vim/bundle/colorschemes = [git]https://github.com/flazz/vim-colorschemes.git 6 vim/bundle/colorschemes = [git]https://github.com/flazz/vim-colorschemes.git
7 vim/bundle/commentary = [git]https://github.com/tpope/vim-commentary.git
7 vim/bundle/ctrlp = [git]https://github.com/ludovicchabant/ctrlp.vim.git 8 vim/bundle/ctrlp = [git]https://github.com/ludovicchabant/ctrlp.vim.git
9 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 10 vim/bundle/easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git
11 vim/bundle/fugitive = [git]https://github.com/tpope/vim-fugitive.git
12 vim/bundle/haml = [git]https://github.com/tpope/vim-haml.git
13 vim/bundle/interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git
14 vim/bundle/jinja = [git]https://github.com/mitsuhiko/vim-jinja.git
15 vim/bundle/less = [git]https://github.com/groenewege/vim-less.git
16 vim/bundle/lightline = [git]https://github.com/itchyny/lightline.vim.git
17 vim/bundle/linediff = [git]https://github.com/AndrewRadev/linediff.vim.git
18 vim/bundle/markdown = [git]https://github.com/tpope/vim-markdown.git
19 vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree.git
20 vim/bundle/pathogen = [git]https://github.com/tpope/vim-pathogen.git
9 vim/bundle/powerline = [git]https://github.com/Lokaltog/vim-powerline.git 21 vim/bundle/powerline = [git]https://github.com/Lokaltog/vim-powerline.git
10 vim/bundle/markdown = [git]https://github.com/tpope/vim-markdown.git 22 vim/bundle/python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git
11 vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git 23 vim/bundle/pythonmode = [git]https://github.com/klen/python-mode.git
12 vim/bundle/commentary = [git]https://github.com/tpope/vim-commentary.git
13 vim/bundle/ragtag = [git]https://github.com/tpope/vim-ragtag.git 24 vim/bundle/ragtag = [git]https://github.com/tpope/vim-ragtag.git
14 vim/bundle/repeat = [git]https://github.com/tpope/vim-repeat.git 25 vim/bundle/repeat = [git]https://github.com/tpope/vim-repeat.git
15 vim/bundle/haml = [git]https://github.com/tpope/vim-haml.git 26 vim/bundle/scratch = [git]https://github.com/mtth/scratch.vim.git
27 vim/bundle/sleuth = [git]https://github.com/tpope/vim-sleuth.git
28 vim/bundle/solarized = [git]https://github.com/altercation/vim-colors-solarized.git
16 vim/bundle/supertab = [git]https://github.com/ervandew/supertab.git 29 vim/bundle/supertab = [git]https://github.com/ervandew/supertab.git
17 vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree.git 30 vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git
31 vim/bundle/syntastic = [git]https://github.com/scrooloose/syntastic.git
32 vim/bundle/tagbar = [git]https://github.com/majutsushi/tagbar.git
33 vim/bundle/todo.txt = [git]https://github.com/freitass/todo.txt-vim.git
34 vim/bundle/twig = [git]https://github.com/beyondwords/vim-twig.git
18 vim/bundle/vimroom = [git]https://github.com/mikewest/vimroom.git 35 vim/bundle/vimroom = [git]https://github.com/mikewest/vimroom.git
19 vim/bundle/solarized = [git]https://github.com/altercation/vim-colors-solarized.git
20 vim/bundle/fugitive = [git]https://github.com/tpope/vim-fugitive.git
21 vim/bundle/pathogen = [git]https://github.com/tpope/vim-pathogen.git
22 vim/bundle/sleuth = [git]https://github.com/tpope/vim-sleuth.git
23 vim/bundle/syntastic = [git]https://github.com/scrooloose/syntastic.git
24 vim/bundle/less = [git]https://github.com/groenewege/vim-less.git
25 vim/bundle/twig = [git]https://github.com/beyondwords/vim-twig.git
26 vim/bundle/tagbar = [git]https://github.com/majutsushi/tagbar.git
27 vim/bundle/yankring = [git]https://github.com/vim-scripts/YankRing.vim.git 36 vim/bundle/yankring = [git]https://github.com/vim-scripts/YankRing.vim.git
28 vim/bundle/linediff = [git]https://github.com/AndrewRadev/linediff.vim.git
29 vim/bundle/pythonmode = [git]https://github.com/klen/python-mode.git
30 vim/bundle/interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git
31 vim/bundle/jinja = [git]https://github.com/mitsuhiko/vim-jinja.git
32 vim/bundle/python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git
33 vim/bundle/ctrlp-py-matcher = [git]https://github.com/ludovicchabant/ctrlp-py-matcher.git
34 vim/bundle/todo.txt = [git]https://github.com/freitass/todo.txt-vim.git
35 vim/bundle/lightline = [git]https://github.com/itchyny/lightline.vim.git
36 37
37 vim/bundle/gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags 38 vim/bundle/gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags
38 vim/bundle/lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium 39 vim/bundle/lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium
39 vim/bundle/piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust 40 vim/bundle/piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust
40 41