File tree 2 files changed +11
-4
lines changed
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'
2
2
Plug ' vim-ruby/vim-ruby'
3
3
" Allow `cir` to change inside ruby block, etc
4
4
Plug ' nelstrom/vim-textobj-rubyblock'
5
- " required for vim-textobj-rubyblock
6
- Plug ' kana/vim-textobj-user'
7
5
Plug ' tpope/vim-rake'
8
6
Plug ' tpope/vim-projectionist'
9
7
Plug ' slim-template/vim-slim'
Original file line number Diff line number Diff line change @@ -44,15 +44,24 @@ Plug 'tpope/vim-eunuch'
44
44
Plug ' tpope/vim-surround'
45
45
" Make `.` work to repeat plugin actions too
46
46
Plug ' tpope/vim-repeat'
47
- " Gives you an `ae` text object, so `gcae` comments whole file
48
- Plug ' kana/vim-textobj-entire'
49
47
" Access to Vim's powerful undo-tree with :GundoShow
50
48
Plug ' vim-scripts/Gundo'
51
49
" Intelligently reopen files where you left off
52
50
Plug ' dietsche/vim-lastplace'
53
51
" Instead of always copying to the system clipboard, use `cp` (plus motions) to
54
52
" copy to the system clipboard. `cP` copies the current line. `cv` pastes.
55
53
Plug ' 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'
56
65
57
66
" Silly stuff, but I like it
58
67
" Now I can put emoji in my statusbar
You can’t perform that action at this time.
0 commit comments