Clean up documentation

This commit is contained in:
Kenneth Benzie 2017-12-11 15:24:25 +00:00
parent eebe101050
commit 6b6b44e43d

6
vimrc
View File

@ -83,10 +83,10 @@ Plug 'sgur/vim-textobj-parameter'
Plug 'jceb/vim-textobj-uri'
" vim-textobj-comment - Comment text object
Plug 'glts/vim-textobj-comment'
xmap a/ <Plug>(textobj-comment-a)
xmap i/ <Plug>(textobj-comment-i)
omap a/ <Plug>(textobj-comment-a)
xmap a/ <Plug>(textobj-comment-a)
omap i/ <Plug>(textobj-comment-i)
xmap i/ <Plug>(textobj-comment-i)
" vim-commentary - toggle comments
Plug 'tpope/vim-commentary'
@ -138,7 +138,7 @@ Plug 'wincent/replay'
" vim-matchit - Improved % matching
Plug 'opennota/vim-matchit'
" tabular - Table Mode
" vim-table-mode - Easy table manipulation
Plug 'dhruvasagar/vim-table-mode'
let g:table_mode_map_prefix = '<leader>t'
let g:table_mode_toggle_map = 'M'