Verified Commit 12a82421 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

VimRC: Added some bundles for text objects.

parent 37bf97ca
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -213,6 +213,12 @@ if 1 == VimRCBundlesMisc
  let delimitMate_expand_inside_quotes = 1
  let delimitMate_jump_expansion = 1

  " +-----------------------------------------------
  " | Custom Text Objects
  " +-----------------------------------------------

  call camelcasemotion#CreateMotionMappings('<leader>')

endif

" +-----------------------------------------------
+7 −1
Original line number Diff line number Diff line
@@ -15,8 +15,14 @@ if 1 == VimRCBundlesMisc
  Plugin 'Wombat'
  " Close duplicate tabs
  Plugin 'sorribas/vim-close-duplicate-tabs'
  " Create your own text objects
  Plugin 'kana/vim-textobj-user'
  " Camelcase motion
  Plugin 'camelcasemotion'
  Plugin 'bkad/CamelCaseMotion'
  " Text object representing lines of code at the same indent level
  Plugin 'michaeljsmith/vim-indent-object'
  " A custom text object for selecting ruby blocks
  Plugin 'nelstrom/vim-textobj-rubyblock'
  " Better file browser
  Plugin 'scrooloose/nerdtree'
  " Tab list panel