dotfiles

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

commit df0f4e93b79b348f1e8975cefb25198e6635453d
parent ff3b0efa2af7b42385912a9bc9c61cd2cea6475a
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 13 May 2017 22:20:53 -0700

vim: Add swapit and renamer plugins

Clean up and edit comments in vimrc.bundles file

Diffstat:
vimrc.bundles | 25+++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/vimrc.bundles b/vimrc.bundles @@ -14,7 +14,7 @@ Bundle 'edvb/catium.vim' Bundle 'edvb/dmenu.vim' """ tpope plugins -" toggle comments with gcc +" toggle comments Bundle 'tpope/vim-commentary' " git plug-in Bundle 'tpope/vim-fugitive' @@ -26,11 +26,11 @@ Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-sleuth' " allows you to change/insert/delete tags/quotes/parentheses Bundle 'tpope/vim-surround' -" change lots of options with co or [o/ ]o +" change options with co or [o and ]o Bundle 'tpope/vim-unimpaired' " improve netrw file explorer Bundle 'tpope/vim-vinegar' -" Readline in insert mode +" readline in insert mode Bundle 'tpope/vim-rsi' """ language specific plug-ins @@ -40,21 +40,27 @@ Bundle 'Syntastic' Bundle 'MatchTag' " collection of language packs Bundle 'sheerun/vim-polyglot' +" switch between header and c source files +Bundle 'a.vim' """ window plug-ins " split widows that adjust Bundle 'zhaocai/GoldenView.Vim' -" jump to tags in file, such as classes and functions +" jump to tags in file, such as classes, functions, variables Bundle 'Tagbar' -" use same keys for moving around TMUX and Vim splits +" use same keys for moving around tmux and Vim splits Bundle 'christoomey/vim-tmux-navigator' " list "FIXME", "TODO", "XXX" in new window Bundle 'vim-scripts/TaskList.vim' +" list files in working directory in new buffer to be rename or removed +Bundle 'qpkorr/vim-renamer' +" ui for switching to open buffer +Bundle 'mihaifm/bufstop' """ auto complete plug-ins " auto complete words already in file and syntax's Bundle 'Shougo/neocomplete.vim' -" addition to Neocomplete, allows auto complete of text in other TMUX panes +" addition to Neocomplete, allows auto complete of text in other tmux panes Bundle 'wellle/tmux-complete.vim' """ visual plug-ins @@ -70,16 +76,15 @@ Bundle 'ap/vim-buftabline' Bundle 'itchyny/vim-cursorword' """ others -" easily align text by charaters +" easily align text by characters Bundle 'junegunn/vim-easy-align' " use s and S to move through line Bundle 'jayflo/vim-skip' -" ui for switching to open buffer -Bundle 'mihaifm/bufstop' +" increase or decrease select region automatically Bundle 'terryma/vim-expand-region' -Bundle 'a.vim' Bundle 'mhinz/vim-grepper' +Bundle 'swapit' filetype plugin indent on