# HG changeset patch # User Ludovic Chabant # Date 1522646700 25200 # Node ID 52c2cfeed50464c366200c7f34a311c40e4cbe1b # Parent 7d83a5eab2342f2ef7310115242f6f8eeb680057 Cleanup Vim plugins. diff -r 7d83a5eab234 -r 52c2cfeed504 install.cfg --- a/install.cfg Sun Apr 01 22:24:32 2018 -0700 +++ b/install.cfg Sun Apr 01 22:25:00 2018 -0700 @@ -1,5 +1,5 @@ [subrepos] -vim/bundle/ag = [git]https://github.com/rking/ag.vim.git +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 @@ -8,9 +8,9 @@ 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/haml = [git]https://github.com/tpope/vim-haml.git 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 @@ -21,11 +21,9 @@ 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/powerline = [git]https://github.com/Lokaltog/vim-powerline.git 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/ragtag = [git]https://github.com/tpope/vim-ragtag.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 @@ -35,8 +33,6 @@ 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/twig = [git]https://github.com/beyondwords/vim-twig.git -vim/bundle/vimroom = [git]https://github.com/mikewest/vimroom.git vim/bundle/yankring = [git]https://github.com/vim-scripts/YankRing.vim.git lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git diff -r 7d83a5eab234 -r 52c2cfeed504 vim/bundle.pathogenrc --- a/vim/bundle.pathogenrc Sun Apr 01 22:24:32 2018 -0700 +++ b/vim/bundle.pathogenrc Sun Apr 01 22:25:00 2018 -0700 @@ -1,10 +1,3 @@ --ag --autotags -ctrlp -ctrlp-py-matcher --haml -interestingwords --powerline --ragtag --twig --vimroom