Remove lexima because it broke vim-endwise
Also change to fork of vim-endwise with CMake support
This commit is contained in:
parent
3b528fcb19
commit
f9115f0495
7
vimrc
7
vimrc
@ -105,8 +105,8 @@ Plug 'tpope/vim-unimpaired'
|
|||||||
Plug 'tpope/vim-sensible'
|
Plug 'tpope/vim-sensible'
|
||||||
" vim-speeddating - sane date manipulation
|
" vim-speeddating - sane date manipulation
|
||||||
Plug 'tpope/vim-speeddating'
|
Plug 'tpope/vim-speeddating'
|
||||||
" vim-endwise - wisely add end{if,function}
|
" vim-endwise - wisely add end{if,function}, fork with cmake support
|
||||||
Plug 'tpope/vim-endwise'
|
Plug 'godbyk/vim-endwise', {'branch': 'patch-1'}
|
||||||
" vim-jdaddy - text object & formatting for json
|
" vim-jdaddy - text object & formatting for json
|
||||||
Plug 'tpope/vim-jdaddy'
|
Plug 'tpope/vim-jdaddy'
|
||||||
|
|
||||||
@ -132,9 +132,6 @@ endif
|
|||||||
|
|
||||||
" replay macros with the enter key
|
" replay macros with the enter key
|
||||||
Plug 'wincent/replay'
|
Plug 'wincent/replay'
|
||||||
" lexima.vim - paired delimiters
|
|
||||||
Plug 'cohama/lexima.vim'
|
|
||||||
let g:lexima_enable_endwise_rules = 0
|
|
||||||
" vim-matchit - Improved % matching
|
" vim-matchit - Improved % matching
|
||||||
Plug 'opennota/vim-matchit'
|
Plug 'opennota/vim-matchit'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user