Todd
Todd
have you solved this problems?
That's because the plugins vim-textobj-sentence and vim-textobj-quote were not installed, in the .vimrc.bundles , you should replace such lines into `Bundle 'preservim/vim-textobj-sentence'`. The pristine code `Bundle 'reedes/vim-textobj-sentence'` were no longer...
Or you can specify the groups in .vimrc.before.local, `let g:spf13_bundle_groups=['general', 'writing', 'neocomplete', 'programming', 'php', 'ruby', 'python', 'javascript', 'html', 'misc',]`, deleting the `'writing'` which will load the textobj series plugins.