# HG changeset patch # User Meredith Howard # Date 1550039425 21600 # Node ID df503f949a408e45fd2b443ea3c90db0256a0730 # Parent b2b9817966dfe8c8a1184ee2e29345d02b93335a just disable endwise for now diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -31,7 +31,7 @@ let s:filename = expand('') Plug 'tomtom/tcomment_vim' Plug 'tpope/vim-unimpaired' Plug 'lifepillar/vim-mucomplete' - Plug 'tpope/vim-endwise' + " Plug 'tpope/vim-endwise' Plug 'tmsvg/pear-tree' if executable('rls') @@ -293,12 +293,6 @@ augroup vimrc " Neomutt changed their tmpfile pattern, ugh autocmd BufNewFile,BufRead neomutt-*-\w\+ setf mail - - " Make these two play nice - autocmd BufEnter * - \ if exists('g:loaded_pear_tree') && exists('g:loaded_endwise') | - \ imap (PearTreeExpand)DiscretionaryEnd | - \ endif augroup END " https://mjj.io/2015/01/27/encrypting-files-with-gpg-and-vim/