diff options
author | David Runge <dave@sleepmap.de> | 2016-06-21 13:04:35 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-06-21 13:04:35 +0200 |
commit | ab50cf1ac7d77d32b38420d95382f87ab33785e6 (patch) | |
tree | f30159d36628b4cf22320d822362fdcc72989671 | |
parent | aa87eb49efac07cad54b08c9d74540a90807511f (diff) | |
download | dotfiles-ab50cf1ac7d77d32b38420d95382f87ab33785e6.tar.gz dotfiles-ab50cf1ac7d77d32b38420d95382f87ab33785e6.tar.bz2 dotfiles-ab50cf1ac7d77d32b38420d95382f87ab33785e6.tar.xz dotfiles-ab50cf1ac7d77d32b38420d95382f87ab33785e6.zip |
.vim/addons.vim: Removing VimRepress, as it pulls in mercurial. Moving YankRing source to github, as it otherwise pulls in unzip.
-rw-r--r-- | .vim/addons.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.vim/addons.vim b/.vim/addons.vim index 287d05a..747aed2 100644 --- a/.vim/addons.vim +++ b/.vim/addons.vim @@ -20,6 +20,7 @@ VAMActivate github:sjas/octave.vim VAMActivate github:wannesm/wmgraphviz.vim.git " project VAMActivate github:scrooloose/nerdtree.git +VAMActivate github:scrooloose/nerdcommenter.git VAMActivate github:jistr/vim-nerdtree-tabs.git VAMActivate github:xolox/vim-misc VAMActivate github:xolox/vim-session @@ -38,10 +39,10 @@ VAMActivate github:austintaylor/vim-indentobject " improvements VAMActivate sudo VAMActivate tmux -VAMActivate YankRing +VAMActivate github:vim-scripts/YankRing.vim VAMActivate netrw VAMActivate tComment -VAMActivate VimRepress +"VAMActivate VimRepress VAMActivate github:tpope/vim-abolish VAMActivate github:tpope/vim-endwise.git VAMActivate github:tpope/vim-ragtag |