dotfiles

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

commit eb51deff27600a84a3821d2d43a1c7a011de006e
parent 77b62ab7d6b9d53439b0641924e949a7bcfee310
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon,  3 Aug 2015 19:17:09 -0700

Vim: Add comment to cursorword and sort it

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

diff --git a/vimrc.bundles b/vimrc.bundles @@ -66,6 +66,8 @@ Bundle 'luochen1990/rainbow' Bundle 'airblade/vim-gitgutter' " use tabline to display buffers Bundle 'ap/vim-buftabline' +" highlight all words under cursor +Bundle 'itchyny/vim-cursorword' """ others " easily align text by spaces,=,ect. @@ -75,7 +77,5 @@ Bundle 'jayflo/vim-skip' " ui for changing to open buffer Bundle 'mihaifm/bufstop' -Bundle 'itchyny/vim-cursorword' - filetype plugin indent on