dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 638e341eca5e40a558728b178c31a3bed904c0c3
parent f290bcb24e9a7a57585a763cce26aaa249d26613
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu,  6 Aug 2015 20:02:15 -0700

Vim: Fix comments

Diffstat:
vimrc.bundles | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/vimrc.bundles b/vimrc.bundles @@ -57,10 +57,9 @@ Bundle 'Shougo/neocomplete.vim' Bundle 'wellle/tmux-complete.vim' """ visual plug-ins -" show where marks are +" show where vim marks are Bundle 'kshenoy/vim-signature' " rainbow parentheses -" Bundle 'kien/rainbow_parentheses.vim' Bundle 'luochen1990/rainbow' " see where lines are added, removed, or changed in a git repo Bundle 'airblade/vim-gitgutter' @@ -70,11 +69,11 @@ Bundle 'ap/vim-buftabline' Bundle 'itchyny/vim-cursorword' """ others -" easily align text by spaces,=,ect. +" easily align text by charaters Bundle 'junegunn/vim-easy-align' " use s and S to move through line Bundle 'jayflo/vim-skip' -" ui for changing to open buffer +" ui for switching to open buffer Bundle 'mihaifm/bufstop' " refactor selected names in the file very easily Bundle 'adinapoli/vim-markmultiple'