File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ Plug 'tpope/vim-rails'
22Plug ' vim-ruby/vim-ruby'
33" Allow `cir` to change inside ruby block, etc
44Plug ' nelstrom/vim-textobj-rubyblock'
5- " required for vim-textobj-rubyblock
6- Plug ' kana/vim-textobj-user'
75Plug ' tpope/vim-rake'
86Plug ' tpope/vim-projectionist'
97Plug ' slim-template/vim-slim'
Original file line number Diff line number Diff line change @@ -44,15 +44,24 @@ Plug 'tpope/vim-eunuch'
4444Plug ' tpope/vim-surround'
4545" Make `.` work to repeat plugin actions too
4646Plug ' tpope/vim-repeat'
47- " Gives you an `ae` text object, so `gcae` comments whole file
48- Plug ' kana/vim-textobj-entire'
4947" Access to Vim's powerful undo-tree with :GundoShow
5048Plug ' vim-scripts/Gundo'
5149" Intelligently reopen files where you left off
5250Plug ' dietsche/vim-lastplace'
5351" Instead of always copying to the system clipboard, use `cp` (plus motions) to
5452" copy to the system clipboard. `cP` copies the current line. `cv` pastes.
5553Plug ' christoomey/vim-system-copy'
54+ " gr to "go replace", "*griw to replace word with contents of system clipboard,
55+ " etc
56+ Plug ' vim-scripts/ReplaceWithRegister'
57+
58+ " Text objects
59+ " required for all the vim-textobj-* plugins
60+ Plug ' kana/vim-textobj-user'
61+ " `ae` text object, so `gcae` comments whole file
62+ Plug ' kana/vim-textobj-entire'
63+ " `l` text object for the current line excluding leading whitespace
64+ Plug ' kana/vim-textobj-line'
5665
5766" Silly stuff, but I like it
5867" Now I can put emoji in my statusbar
You can’t perform that action at this time.
0 commit comments