Swap autopairs.vim for leima.vim

This commit is contained in:
Kenneth Benzie 2016-12-30 16:28:13 +00:00
parent 0ac64c7215
commit 9c5b193efd

7
vimrc
View File

@ -114,14 +114,17 @@ endif
" replay macros with the enter key
Plug 'wincent/replay'
" auto-pairs - paired delimiters
Plug 'jiangmiao/auto-pairs'
" lexima.vim - paired delimiters
Plug 'cohama/lexima.vim'
let g:lexima_enable_endwise_rules = 0
" vim-matchit - Improved % matching
Plug 'opennota/vim-matchit'
" tabular - Table Mode
Plug 'dhruvasagar/vim-table-mode'
let g:table_mode_map_prefix = '<leader>t'
let g:table_mode_toggle_map = 'M'
" DoxygenToolkit.vim - documentation stubs
Plug 'vim-scripts/DoxygenToolkit.vim', {'for': ['cpp', 'c']}
let g:DoxygenToolkit_commentType="C++"