From f9115f0495c518b7f8929f3ba80a669692abce83 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 31 Aug 2017 21:20:15 +0100 Subject: [PATCH] Remove lexima because it broke vim-endwise Also change to fork of vim-endwise with CMake support --- vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index c79f682..a6e74ae 100644 --- a/vimrc +++ b/vimrc @@ -105,8 +105,8 @@ Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-sensible' " vim-speeddating - sane date manipulation Plug 'tpope/vim-speeddating' -" vim-endwise - wisely add end{if,function} -Plug 'tpope/vim-endwise' +" vim-endwise - wisely add end{if,function}, fork with cmake support +Plug 'godbyk/vim-endwise', {'branch': 'patch-1'} " vim-jdaddy - text object & formatting for json Plug 'tpope/vim-jdaddy' @@ -132,9 +132,6 @@ endif " replay macros with the enter key Plug 'wincent/replay' -" lexima.vim - paired delimiters -Plug 'cohama/lexima.vim' -let g:lexima_enable_endwise_rules = 0 " vim-matchit - Improved % matching Plug 'opennota/vim-matchit'