diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 6403abb..70f1efe 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -52,6 +52,9 @@ call plug#end() " ag.vim let g:ag_working_path_mode="r" +" CamelCaseMotion +call camelcasemotion#CreateMotionMappings('') + " ctrlp.vim let g:ctrlp_cmd = 'CtrlPMixed' let g:ctrlp_working_path_mode = 'ra'