Plugin 'gmarik/vundle'
+Plugin 'AndrewRadev/switch.vim'
Plugin 'airblade/vim-gitgutter'
Plugin 'bling/vim-airline'
Plugin 'chrisbra/checkattach'
Plugin 'tomtom/tcomment_vim'
Plugin 'tpope/vim-abolish'
Plugin 'tpope/vim-endwise'
+Plugin 'tpope/vim-eunuch'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-repeat'
-Plugin 'tpope/vim-surround'
+Plugin 'tpope/vim-surround' "investigate vim-sandwich
Plugin 'tpope/vim-unimpaired'
+Plugin 'tweekmonster/spellrotate.vim'
Plugin 'valloric/youcompleteme'
+Plugin 'vim-scripts/mediawiki.vim'
Plugin 'vim-scripts/replacewithregister'
Plugin 'vim-scripts/yankring.vim'
Plugin 'kana/vim-textobj-user'
Plugin 'julian/vim-textobj-variable-segment'
Plugin 'sgur/vim-textobj-parameter'
+Plugin 'kana/vim-operator-user'
" ros
Plugin 'ompugao/ros.vim'
" staging
" find an alternative (latex-box? Automatic Latex Plugin?)
Plugin 'vim-latex/vim-latex'
-Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'alx741/vinfo'
-Plugin 'vim-scripts/mediawiki.vim'
Plugin 'derekwyatt/vim-protodef'
" needs editing colorscheme
" Plugin 'jeaye/color_coded'
\ 'GotoPrevSpotAlpha' : "",
\ }
+" switch
+let g:switch_mapping = "<Leader>s"
+
+" spellrotate
+nmap <silent> z] <Plug>(SpellRotateForward)
+nmap <silent> z[ <Plug>(SpellRotateBackward)
+vmap <silent> z] <Plug>(SpellRotateForwardV)
+vmap <silent> z[ <Plug>(SpellRotateBackwardV)
+
" synastic {{{2
let g:syntastic_enable_highlighting = 0
let g:syntastic_error_symbol='E'