..
abbr.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
ag.vim
,ag and ,af for invoking :Ag and :AgFile
2013-12-16 10:24:32 -06:00
autotag.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
camelcasemotion.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
ctrlp.vim
Don't override ctrl-b for buffer search. we have ,b [ Fix #484 ]
2014-06-17 11:33:51 -05:00
easymotion.vim
Switch to lokaltog easymotion instead of skwp fork [ Fix #447 ]
2014-06-17 11:30:57 -05:00
fugitive.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
gh-markdown.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
gotofile.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
grep.vim
Make :Gsesarch way faster - requires to :BundleUpdate to get latest skwp/greplace.vim
2013-11-14 22:43:38 -06:00
gundo.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
iterm-rspec.vim
Added ,rs ,rl ,ss ,sl commands for running specs in iTerm
2013-12-15 22:02:47 -06:00
lightline.vim
Modified setings of lightline to match the README in the lightline project Added indication of paste mode, added functions instead of code in call of components, added git branch glyph, added path to file being edited
2014-11-11 14:53:28 +01:00
neocomplete.vim
Get rid of heavy omni complete - seems to hang on some machines
2014-07-21 15:37:57 -05:00
NERDtree-tabs.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
NERDtree.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
next-textobject.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
open-changed-files.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
outerblock.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
quickfix-search.vim
Replace GitGrep with Ag
2014-02-15 21:08:32 -06:00
rails.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
README.md
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
rspec.vim
\sp for specify {} blocks
2014-08-07 11:36:39 -05:00
search.vim
Fix Ag functions
2014-04-29 18:30:25 -03:00
showmarks.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
smart_jump_to_tag.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
sneak.vim
Sneak: hit Space and type two letters to quickly jump somewhere
2014-02-01 13:37:55 -06:00
solarized.vim
Fix solarized easymotion in terminal vim
2014-11-21 11:51:33 -06:00
stop-visual-paste-insanity.vim
Fix docs
2014-01-28 09:20:55 -06:00
surround.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
syntastic.vim
Fix syntastic deprecation
2014-01-05 21:08:55 +01:00
tComment.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
tidy.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
unimpaired.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
vim-fugitive.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
vim-indent-guides.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
vim-multiple-cursors.vim
Change multicursor to use ,mc instead of Ctrl-m which was screwing up other behavior
2013-12-16 08:43:09 -06:00
vim-session.vim
Silence vim-session dialogs
2013-10-21 17:08:21 -05:00
vim-tmux-navigator.vim
Fixed keybinding conflict introduced as part of #526 .
2014-10-24 17:28:04 -04:00
yadr-appearance.vim
If you don't use a solarized terminal, you have to set g:yadr_using_unsolarized_terminal now [Ref #487 ]
2014-07-03 17:11:41 -04:00
yadr-guioptions.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
yadr-keymap-linux.vim
Remove duplicate window split mappings
2014-12-31 13:27:59 +06:00
yadr-keymap-mac.vim
Remove duplicate window split mappings
2014-12-31 13:27:59 +06:00
yadr-keymap.vim
Change the NERDTreeFind keymap to not statically set the nerdtree window size
2015-01-13 13:17:24 -07:00
yadr-sudo-write.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
yadr-whitespace-killer.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
yadr-window-killer.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
yadr-wrapping.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00
yankring.vim
Move vim settings out of plugins to ensure they all get correctly loaded after everything else [ Fix #373 ]
2013-10-21 16:11:18 -05:00