Add URI text object plugin

This commit is contained in:
Kenneth Benzie 2017-03-31 22:18:56 +01:00
parent c727e7647a
commit f6892126df

2
vimrc
View File

@ -76,6 +76,8 @@ xmap i% <Plug>(textobj-entire-i)
omap i% <Plug>(textobj-entire-i)
" vim-textobj-parameter - Parameter text object
Plug 'sgur/vim-textobj-parameter'
" vim-textobj-uri - URI text object
Plug 'jceb/vim-textobj-uri'
" vim-commentary - toggle comments
Plug 'tpope/vim-commentary'